GET
/
files
/
{id}
/
content
Get file contents
curl --request GET \
  --url https://api.together.xyz/v1/files/{id}/content \
  --header 'Authorization: <api-key>'
{
  "object": "<string>",
  "id": "<string>",
  "filename": "<string>",
  "size": 123
}

Authorizations

Authorization
string
header
default:default
required

Path Parameters

id
string
required

Response

200 - application/json

File content retrieved successfully

The response is of type object.