Skip to main content
POST
/
files
/
{fileId}
/
process
Process File
curl --request POST \
  --url https://api.tess.im/files/{fileId}/process \
  --header 'Authorization: Bearer <token>'

Documentation Index

Fetch the complete documentation index at: https://docs.tess.im/llms.txt

Use this file to discover all available pages before exploring further.

Code Examples

curl --request POST \
  --url 'https://api.tess.im/files/{fileId}/process' \
  --header 'Authorization: Bearer YOUR_API_KEY'

Path Parameters

fileId
string
required
The ID of the file to process. Note that this will consume credits.

Response

{
"id": 73325,
"object": "file",
"bytes": 35504128,
"created_at": "2025-01-05T22:26:27+00:00",
"filename": "endpoints.pdf",
"credits": 20.10060847168,
"status": "completed"
}