Response structure
The response contains extracted data organized hierarchically. Each field inextracted_data
can be either:
- A primitive field (like
invoice_number
) - An object containing nested fields (like
customer
) - An array of objects (like
line_items
)
name
: Field identifiervalue
: Extracted contentconfidence
: Accuracy score (0-1)field_type
: Data type (string, number, date, phone, email)page_index
: Page from which the value was extractedsource_context
: Extraction context details
Headers
Bearer token for authentication
Path Parameters
ID of the extraction job
Response
200 - application/json
Extraction results
ID of the extraction job
ID of the file being processed
Status of the extraction job
Available options:
PENDING
, PROCESSING
, COMPLETED
, FAILED
When the job was created
Name of the schema used for extraction
Description of the schema used for extraction
Object containing extracted data. See above for more information about the structure of this object.