v3

latestOpenAPI 3.0.32026-07-21354289.5 KB
File

downloadFiles

Bulk generate pre-signed download URLs for multiple files in a single request.

This is more efficient than calling downloadFile multiple times when you need to download several files.

post/v1/files:downloadFiles

Request body

versioninteger

File version

Response

Generated download URLs for each requested file

download_urlstring uri

Pre-signed S3 URL for downloading the file

file_entity_idstring uuid

The file entity ID (matches the requested ID)

Example response

[
  {
    "download_url": "https://epilot-prod-user-content.s3.eu-central-1.amazonaws.com/123/temp/4d689aeb-1497-4410-a9fe-b36ca9ac4389/document.pdf?AWSParams=123"
  }
]