cURL
curl --request GET \ --url https://{base_url}/file/{id}/download \ --header 'X-API-Key: <api-key>'
200
Example
{ "id": "<string>", "bytes": 123, "created_at": "2023-11-07T05:31:56Z", "filename": "<string>", "expires_at": "2023-11-07T05:31:56Z", "url": "<string>"}
Generate a presigned URL to download a specific file
API key for authentication
File ID
File download information with presigned URL
File identifier
File size in bytes
Upload timestamp
Original filename
Presigned URL expiration timestamp
Presigned download URL
Was this page helpful?