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
The response is of type object
.