Get a signed download URL for a file
cURL
curl --request GET \ --url https://www.orgo.ai/api/files/{id}/download \ --header 'Authorization: Bearer <token>'
{ "url": "<string>" }
curl https://www.orgo.ai/api/files/{id}/download \ -H "Authorization: Bearer sk_live_..."
{ "url": "https://signed-url-here..." }
API key authentication. Format: sk_live_...
File ID
Download URL
Signed download URL (expires in 1 hour)