Generate file download URL
Generate pre-signed URL for downloading a flow file.
Creates a temporary download URL for a previously uploaded file. URLs are valid for 1 hour and can be shared safely without exposing storage credentials.
Download Process
- Get file_key from file listing or upload response
- Call this endpoint with the file_key
- Use returned URL in browser or GET request to download file
Authorizations
API key authentication. Include your API key in the X-API-Key header as: X-API-Key YOUR_API_KEY
Example:
JWT Bearer token authentication. Include your access token in the Authorization header as: Bearer YOUR_ACCESS_TOKEN
Example:
Body
Model for generating a pre-signed URL for downloading a file.
Response
Pre-signed download URL successfully generated
The response is of type Response Generate Download Url Api Flows Download Url Post · object.