Classify
Create Classify Job
ClassifyCreateResponse classify().create(ClassifyCreateParamsparams, RequestOptionsrequestOptions = RequestOptions.none())
POST/api/v2/classify
List Classify Jobs
ClassifyListPage classify().list(ClassifyListParamsparams = ClassifyListParams.none(), RequestOptionsrequestOptions = RequestOptions.none())
GET/api/v2/classify
Get Classify Job
ClassifyGetResponse classify().get(ClassifyGetParamsparams = ClassifyGetParams.none(), RequestOptionsrequestOptions = RequestOptions.none())
GET/api/v2/classify/{job_id}
ModelsExpand Collapse
class ClassifyCreateRequest:
class ClassifyCreateRequest:
Request to create a classify job.
Optional<String> transactionId
Optional<String> transactionId
Idempotency key scoped to the project. Reusing a key returns the original job; the new request body is ignored.
maxLength255
Optional<List<WebhookConfiguration>> webhookConfigurations
Optional<List<WebhookConfiguration>> webhookConfigurations
Outbound webhook endpoints to notify on job status changes
Optional<List<WebhookEvent>> webhookEvents
Optional<List<WebhookEvent>> webhookEvents
Events to subscribe to (e.g. ‘parse.success’, ‘extract.error’). If null, all events are delivered.
One of the following:
Optional<WebhookHeaders> webhookHeaders
Optional<WebhookHeaders> webhookHeaders
Custom HTTP headers sent with each webhook request (e.g. auth tokens)
Optional<String> webhookOutputFormat
Optional<String> webhookOutputFormat
Response format sent to the webhook: ‘string’ (default) or ‘json’
Optional<String> webhookSigningSecret
Optional<String> webhookSigningSecret
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=