Create Extraction Job
POST/extractions/jobs
Start a structured data extraction job.
Creates an background job to extract structured data from a document based on a JSON schema. Returns a job ID that can be used to poll for the result.
The extraction happens in the background. Use the GET /extractions/jobs/{job_id} endpoint
to check status and retrieve results.
Request
Responses
- 201
- 401
- 403
- 404
- 422
Extraction job created successfully
Unauthorized
Forbidden
Not Found
Unprocessable Entity