Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.together.ai/v1/deployments/storage/{filename} \ --header 'Authorization: Bearer <token>'
"<string>"
Download a file by redirecting to a signed URL
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Filename
Redirect to signed download URL
The response is of type string.
string
Was this page helpful?