cURL
curl --request GET \ --url https://api.together.xyz/v1/files/{id}/content \ --header 'Authorization: <api-key>'
{ "object": "<string>", "id": "<string>", "filename": "<string>", "size": 123 }
Get the contents of a single uploaded data file.
File content retrieved successfully
The response is of type object.
object