Submit a deep-transform extraction reusing a parsed document (async)
Submit an extraction that reuses an already-parsed document (by document_job_id from POST /documents) instead of re-parsing an upload. Returns immediately with a job id. Poll status via GET /documents/deep-transform/ and download artifacts once it succeeds. Submission is idempotent on the (document, schema) pair.
Authorizations
Body
Reuse an already-parsed document instead of re-parsing an upload.
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.
JSON Schema of the entities to extract
Name of the root entity in the schema. Optional: when omitted it is resolved from the schema's title or inferred during extraction.
Optional domain guidance for the extraction
Optional cap on the number of pages to process
Response
Successful Response
Poll status via GET /documents/deep-transform/{job_id}