Endpoint Examples
Get extraction results
Get the results of a schema extraction job by polling
GET
/
extract
/
{extraction_id}
Headers
Authorization
string
requiredBearer token for authentication
Path Parameters
extraction_id
string
requiredID of the extraction job
Response
200 - application/json
schema_name
string
requiredName of the schema used for extraction
extracted_data
object
requiredAn object containing the extracted data. Each object can either be a primitive field, a nested object or an array of objects.