v3
OpenAPI 3.0.32026-07-21354289.5 KBFile
downloadFile
Generate a pre-signed download URL for a file.
The returned URL is valid for a limited time (typically 15 minutes) and can be used to download the file directly.
get/v1/files/{id}/download
Path parameters
The UUID of the file entity
Query parameters
versioninteger
Index of the file version to download (0 = latest)
attachmentboolean
Controls the Content-Disposition header. Set to true to trigger browser download dialog, false to display inline.
Response
Pre-signed download URL
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"
}