Skip to main content
POST
Python

Authorizations

Meibel-API-Key
string
header
required

Body

application/json

Reuse an already-parsed document instead of re-parsing an upload.

document_job_id
string
required

A document job id returned by POST /documents. Reuses that parse so the document is not parsed again. The document must belong to the calling customer.

schema
Schema · object
required

JSON Schema of the entities to extract

root_name
string | null

Name of the root entity in the schema. Optional: when omitted it is resolved from the schema's title or inferred during extraction.

guidance
string | null

Optional domain guidance for the extraction

max_pages
integer | null

Optional cap on the number of pages to process

Response

Successful Response

job_id
string
required

Poll status via GET /documents/deep-transform/{job_id}