Classify
Create Classify Job
client.classify.create(ClassifyCreateParams { organization_id, project_id, configuration, 6 more } params, RequestOptionsoptions?): ClassifyCreateResponse { id, configuration, document_input_type, 11 more }
POST/api/v2/classify
List Classify Jobs
client.classify.list(ClassifyListParams { configuration_id, created_at_on_or_after, created_at_on_or_before, 6 more } query?, RequestOptionsoptions?): PaginatedCursor<ClassifyListResponse { id, configuration, document_input_type, 11 more } >
GET/api/v2/classify
Get Classify Job
client.classify.get(stringjobID, ClassifyGetParams { organization_id, project_id } query?, RequestOptionsoptions?): ClassifyGetResponse { id, configuration, document_input_type, 11 more }
GET/api/v2/classify/{job_id}
ModelsExpand Collapse
ClassifyCreateRequest { configuration, configuration_id, file_id, 4 more }
ClassifyCreateRequest { configuration, configuration_id, file_id, 4 more }
Request to create a classify job.
webhook_configurations?: Array<WebhookConfiguration> | null
webhook_configurations?: Array<WebhookConfiguration> | null
Outbound webhook endpoints to notify on job status changes
webhook_events?: Array<"extract.pending" | "extract.success" | "extract.error" | 20 more> | null
webhook_events?: Array<"extract.pending" | "extract.success" | "extract.error" | 20 more> | null
Events to subscribe to (e.g. ‘parse.success’, ‘extract.error’). If null, all events are delivered.
One of the following:
webhook_headers?: Record<string, string> | null
webhook_headers?: Record<string, string> | null
Custom HTTP headers sent with each webhook request (e.g. auth tokens)
ClassifyCreateResponse { id, configuration, document_input_type, 11 more }
ClassifyCreateResponse { id, configuration, document_input_type, 11 more }
ClassifyListResponse { id, configuration, document_input_type, 11 more }
ClassifyListResponse { id, configuration, document_input_type, 11 more }
ClassifyGetResponse { id, configuration, document_input_type, 11 more }
ClassifyGetResponse { id, configuration, document_input_type, 11 more }