Process file
POST
/files/{fileId}/process
Triggers background processing of the file (PDF extraction, chunking, etc.). Returns a job ID for tracking progress.
Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” fileId
required
string
Request Body
Section titled “Request Body ”object
force
Force reprocessing even if already processed
boolean
Responses
Section titled “ Responses ”Processing job created
object
jobId
required
ID of the background job that will process the file
string
fileId
required
string
status
required
string
message
required
string
Forbidden - insufficient permissions to process this file
File not found