Authorizations
Body
application/json
URL expiration time in seconds (default 3600)
Example:
3600
Response
Download strategy details
Download method:
direct: Direct URL access (S3 public buckets or local storage)presigned: Secure URL with signature and expiration (S3 private buckets)
Available options:
presigned, direct Example:
"direct"
URL to download the file from
Example:
"https://s3-bucket.s3.us-east-2.amazonaws.com/app-key/public-assets/logo.png"
Expiration time for presigned URLs (only present when method is 'presigned')
Example:
"2025-09-05T01:00:00Z"
Optional headers to include in the download request