Zum Hauptinhalt springen

Create Classification Job

POST 

/classifications/jobs

Start a document classification job.

Creates an background job to classify a document based on a list of rules. Returns a job ID that can be used to poll for the result.

The classification happens in the background. Use the GET /classifications/jobs/{job_id} endpoint to check status and retrieve results.

Request

Responses

Classification job created successfully