Classify
ModelsExpand Collapse
classify_create_request: object { configuration, configuration_id, file_id, 4 more }
classify_create_request: object { configuration, configuration_id, file_id, 4 more }
Request to create a classify job.
configuration: optional object { rules, mode, parsing_configuration }
configuration: optional object { rules, mode, parsing_configuration }
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.
webhook_headers: optional map[string]
webhook_headers: optional map[string]
Custom HTTP headers sent with each webhook request (e.g. auth tokens)