Process file
POST /files/{fileId}/process
Triggers background processing of the file (PDF extraction, chunking, etc.). Returns a job ID for tracking progress.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ”Unique identifier of the file to retrieve
Unique identifier of the file to retrieve
Request Body
Section titled “Request Body ”object
Force reprocessing even if already processed
Responses
Section titled “ Responses ”Processing job already exists
object
ID of the background job that will process the file
ID of the file being processed
Current status of the processing job
Human-readable status message
Processing job created
object
ID of the background job that will process the file
ID of the file being processed
Current status of the processing job
Human-readable status message
Bad Request - Validation error or invalid input
object
Unauthorized - Authentication required or invalid token
object
Forbidden - Insufficient permissions
object
Not Found - Resource does not exist