Skip to content

Process file

POST
/files/{fileId}/process

Triggers background processing of the file (PDF extraction, chunking, etc.). Returns a job ID for tracking progress.

fileId
required
string
object
force

Force reprocessing even if already processed

boolean

Processing job created

object
jobId
required

ID of the background job that will process the file

string
fileId
required
string
status
required
string
Allowed values: pending claimed running succeeded failed cancelled
message
required
string

Forbidden - insufficient permissions to process this file

File not found