Generates a temporary signed download URL for a specific file.
Method: GET
URL: {{base_url}}/files/{{file_id}}/download
This endpoint requires authentication.
Authorization header:Notes:
If your collection/folder already sets auth, this request can inherit auth.
Ensure {{access_token}} is a valid, non-expired token.
Set these variables at the environment or collection level:
Example request URL:
A successful request typically returns HTTP 200 OK.
400 Bad Request
file_id401 Unauthorized / 403 Forbidden
Missing/invalid Authorization header
Expired {{access_token}}
404 Not Found
file_id does not existThe download_url is a time-limited signed URL generated by the storage provider.
The URL may expire after a specific duration (e.g., 1 hour).
This endpoint is useful when you want to securely share a downloadable file without exposing direct storage paths.
Once the URL expires, a new request to this endpoint is required to generate another download link.