Classify
Create Classify Job
POST/api/v2/classify
List Classify Jobs
GET/api/v2/classify
Get Classify Job
GET/api/v2/classify/{job_id}
ModelsExpand Collapse
ClassifyCreateRequest = object { configuration, configuration_id, file_id, 4 more }
ClassifyCreateRequest = object { configuration, configuration_id, file_id, 4 more }
Request to create a classify job.
webhook_configurations: optional array of object { webhook_events, webhook_headers, webhook_output_format, webhook_url }
webhook_configurations: optional array of object { webhook_events, webhook_headers, webhook_output_format, webhook_url }
Outbound webhook endpoints to notify on job status changes
webhook_events: optional array of "extract.pending" or "extract.success" or "extract.error" or 20 more
webhook_events: optional array of "extract.pending" or "extract.success" or "extract.error" or 20 more
Events to subscribe to (e.g. ‘parse.success’, ‘extract.error’). If null, all events are delivered.
One of the following:
webhook_headers: optional map[string]
webhook_headers: optional map[string]
Custom HTTP headers sent with each webhook request (e.g. auth tokens)
ClassifyCreateResponse = object { id, configuration, document_input_type, 11 more }
ClassifyCreateResponse = object { id, configuration, document_input_type, 11 more }
Response for a classify job.
ClassifyListResponse = object { id, configuration, document_input_type, 11 more }
ClassifyListResponse = object { id, configuration, document_input_type, 11 more }
Response for a classify job.
ClassifyGetResponse = object { id, configuration, document_input_type, 11 more }
ClassifyGetResponse = object { id, configuration, document_input_type, 11 more }
Response for a classify job.