Zum Hauptinhalt springen

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

Extraction job created successfully