Skip to main content

Submit a file for asynchronous processing.

POST 

/v1alpha/file-processors/jobs

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.

Request

Responses

The created file-processing job.