cURL
curl --request GET \ --url https://api.tess.im/files/{fileId} \ --header 'Authorization: Bearer <token>'
Retrieve a specific file by its ID.
Documentation IndexFetch the complete documentation index at: https://docs.tess.im/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.tess.im/llms.txt
Use this file to discover all available pages before exploring further.
curl --request GET \ --url 'https://api.tess.im/files/{fileId}' \ --header 'Authorization: Bearer YOUR_API_KEY'
{ "id": 73325, "object": "file", "created_at": "2025-01-05T22:26:27+00:00", "bytes": 35504128, "filename": "endpoints.pdf", "credits": 20.10060847168, "status": "completed" }