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<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)