Classify
Create Classify Job
List Classify Jobs
Get Classify Job
Cancel Classify Job
ModelsExpand Collapse
class ClassifyCreateRequest: …
Request to create a classify job.
configuration: Optional[ClassifyConfiguration]
transaction_id: Optional[str]
Idempotency key scoped to the project. Reusing a key returns the original job; the new request body is ignored.
webhook_configuration_ids: Optional[List[str]]
IDs of saved webhook configurations to notify for this job.
webhook_configurations: Optional[List[WebhookConfiguration]]
Outbound webhook endpoints to notify on job status changes
webhook_events: Optional[List[Literal["batch.cancelled", "batch.error", "batch.pending", 30 more]]]
Events to subscribe to (e.g. ‘parse.success’, ‘extract.error’). If null, all events are delivered.
webhook_headers: Optional[Dict[str, str]]
Custom HTTP headers sent with each webhook request (e.g. auth tokens)
webhook_output_format: Optional[str]
Response format sent to the webhook: ‘string’ (default) or ‘json’
webhook_signing_secret: Optional[str]
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=