Skip to main content
GET
Get a File's download url

Authorizations

X-API-KEY
string
header
required

Path Parameters

id
string
required

File id

Response

OK

downloadUrl
string<uri>

DownloadUrl is a short-lived presigned URL for the file's binary contents.

Example:

"https://s3.amazonaws.com/bucket/protected/...?X-Amz-Signature=..."