Zum Hauptinhalt springen

Create Classification Job

POST 

/classifications/jobs

Start a document classification job.

Creates a 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.

Indexing requirement: The document must be indexed before classification can run. If the document is not yet indexed when this request is received, the job will wait until indexing completes before starting. Upload documents in advance to minimize latency.

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