Generate a signed download URL for a file variant
Files
Get File Signed URL
Generates a presigned S3 URL for a specific file variant (original, redact, or OCR). Supports browser behavior overrides such as inline vs attachment, custom filename, and expiration time.
GET
Generate a signed download URL for a file variant
Authorizations
Path Parameters
The unique ID of the file.
Query Parameters
Which file variant to sign. If not provided, defaults to original.
Available options:
original, redact, ocr Expiration time in seconds for the signed URL. Must be between 60 and 86400 seconds.
Required range:
60 <= x <= 86400Optional filename override used in the Content-Disposition header.
Response
Signed URL successfully generated.

