cURL
curl --request GET \ --url https://{controlPlaneURL}/api/llm/files/{id}/content \ --header 'Authorization: Bearer <token>' \ --header 'x-tfy-provider-name: <x-tfy-provider-name>'
Get content of a specific file
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Name of the provider
Optional metadata for the request
The ID of the file to retrieve
File content retrieved successfully
Was this page helpful?