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

Authorizations

Authorization
string
header
default:default
required

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

Path Parameters

id
string
required

Response

File content retrieved successfully

object
string
id
string
filename
string
size
integer