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
- 200
- 400
- 429
- 500
- default
The created file-processing job.
Bad Request
Too Many Requests
Internal Server Error
Default Response