Returns a signed download URL for a file. URLs expire in 1 hour.
cURL
curl --request GET \ --url https://www.orgo.ai/api/files/download \ --header 'Authorization: Bearer <token>'
{ "url": "<string>" }
curl "https://www.orgo.ai/api/files/download?id=f47ac10b-58cc-4372-a567-0e02b2c3d479" \ -H "Authorization: Bearer $ORGO_API_KEY"
{ "url": "https://storage.example.com/files/..." }
API key authentication. Get your key at orgo.ai/workspaces
File ID
Download URL
Signed download URL (expires in 1 hour)