cURL
curl --request POST \ --url https://api.tess.im/files/{fileId}/process \ --header 'Authorization: Bearer <token>'
Process 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 POST \ --url 'https://api.tess.im/files/{fileId}/process' \ --header 'Authorization: Bearer YOUR_API_KEY'
{ "id": 73325, "object": "file", "bytes": 35504128, "created_at": "2025-01-05T22:26:27+00:00", "filename": "endpoints.pdf", "credits": 20.10060847168, "status": "completed" }