Skip to main content
POST /files/{fileId}/process Process a specific file by its ID.

Code Examples

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

Path Parameters

ParameterTypeRequiredDescription
fileIdstringYesThe 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"
}