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 }
transaction_id: optional string
transaction_id: optional string
Idempotency key scoped to the project. Reusing a key returns the original job; the new request body is ignored.
webhook_configurations: optional array of object { webhook_events, webhook_headers, webhook_output_format, 2 more }
webhook_configurations: optional array of object { webhook_events, webhook_headers, webhook_output_format, 2 more }
Outbound webhook endpoints to notify on job status changes
webhook_events: optional array of "classify.cancelled" or "classify.error" or "classify.partial_success" or 25 more
webhook_events: optional array of "classify.cancelled" or "classify.error" or "classify.partial_success" or 25 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)
webhook_output_format: optional string
webhook_output_format: optional string
Response format sent to the webhook: ‘string’ (default) or ‘json’
webhook_signing_secret: optional string
webhook_signing_secret: optional string
Shared signing secret used to sign webhook deliveries. When set, each request includes an HMAC-SHA256 signature of the request body in the ‘LC-Signature’ header (value ‘sha256=