Skip to main content
GET
/
deployments
/
storage
/
{filename}
Download a file
curl --request GET \
  --url https://api.together.xyz/v1/deployments/storage/{filename} \
  --header 'Authorization: Bearer <token>'
"<string>"

Authorizations

Authorization
string
header
default:default
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

filename
string
required

Filename

Response

Redirect to signed download URL

The response is of type string.