Documentation Index
Fetch the complete documentation index at: https://docs.orgo.ai/llms.txt
Use this file to discover all available pages before exploring further.
Returns a signed download URL for a file.
Query parameters
Response
Signed download URL (expires in 1 hour).
Example
curl "https://www.orgo.ai/api/files/download?id=f47ac10b-58cc-4372-a567-0e02b2c3d479" \
-H "Authorization: Bearer $ORGO_API_KEY"
Response
{
"url": "https://storage.example.com/files/..."
}
The returned URL is pre-signed and can be used directly in a browser or with any HTTP client. URLs expire after 1 hour.
API key authentication. Get your key at orgo.ai/workspaces
Signed download URL (expires in 1 hour)