cURL
curl --request GET \ --url https://api.example.com/v1/projects/{project_id}/files/{file_id}/download-url \ --header 'x-api-key: <api-key>' \ --header 'x-selected-account-id: <api-key>'
{ "url": "<string>", "expires_at": "<string>" }
Get a secure, time-limited URL to download the content of a previously uploaded file.
This is useful when the client needs to pass a URL to another service or download the file through a browser.
API key for authentication
Selected Account ID
Successful Response
Response model for file download URL endpoint.