File Processors
Document ingestion and chunking.
List file-processing jobs.
List file-processing jobs, most recent first.
Submit a file for asynchronous processing.
Submit a file for processing and return immediately with a job handle. The work runs out-of-process so the server is not blocked. Poll GET /file-processors/jobs/{job_id} until the status is terminal. Supports direct upload via multipart form or a previously uploaded file_id.
Retrieve a file-processing job.
Retrieve the current state of a file-processing job, including its result once completed.
Cancel a file-processing job.
Cancel a scheduled or in-progress file-processing job.