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
Header Parameters
Body Parameters
Response
Response Attributes
Standard error detail structure.
This model matches the error format returned by the centralized exception handlers in app/api/errors/handlers.py.
Show child attributes
Response Attributes
Standard error detail structure.
This model matches the error format returned by the centralized exception handlers in app/api/errors/handlers.py.
Show child attributes
Response Attributes
Show child attributes
Response Attributes
Standard error detail structure.
This model matches the error format returned by the centralized exception handlers in app/api/errors/handlers.py.