Files
Create Presigned URL
Generate a temporary presigned URL for direct file access.
POST
Path Parameters
string
required
The unique identifier of the file.
Request Body
integer
The number of seconds until the presigned URL expires. Defaults to 3600 (1 hour). Maximum is 86400 (24 hours).
Response
string
The presigned URL for direct file access. No authentication header is required when using this URL.
string
The access token embedded in the URL.
string
ISO 8601 timestamp of when the presigned URL expires.
