V2
Classify
Get Classify Job
Get a classify job by ID.
Returns the job status, configuration, and classify result when complete. The result includes the matched document type, confidence score, and reasoning.
get/api/v2/classify/{job_id}
Path parameters
job_idstring required
Query parameters
project_idstring uuid nullable
organization_idstring uuid nullable
Cookies
sessionstring nullable
Response
Successful Response
Example response
{
"configuration": {
"rules": [
{
"type": "invoice",
"description": "contains invoice number, line items, and total amount"
}
],
"parsing_configuration": {
"lang": "en",
"target_pages": "1,3,5-7",
"max_pages": 10
}
}
}