Skip to main content
Call this endpoint after GET /status reports master_status: SUCCESS (or FAILED) to retrieve the full extraction payload. The response contains per-document OCR fields and pairwise cross-check comparisons across all uploaded documents.

Endpoint

Request headers

string
required
JWT access token obtained from POST /authtoken.

Query parameters

string
required
The UUID of the completed flow, as returned by POST /flow/init.

Response

ocr_data array

Each item in ocr_data corresponds to one uploaded document.
array
List of OCR extraction results, one per uploaded document.

cross_checks array

Each item represents a single pairwise field comparison between two documents.
array
Pairwise validation results across all uploaded documents.

Example

Error responses

Only call this endpoint after confirming master_status is SUCCESS or FAILED via GET /status. Calling /extracts on an in-progress flow may return incomplete results.