File

downloadS3File

Generate pre-signed download S3 url for a file

post/v1/files:downloadS3

Query parameters

s3_keystring required
s3_bucketstring required
attachmentboolean

Controls the Content-Disposition header to control browser behaviour. Set to true to trigger download.

Response

Generated thumbnail image

download_urlstring uri

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"
}

Changes