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
- 201
- 401
- 403
- 404
- 422
Classification job created successfully
Unauthorized
Forbidden
Not Found
Unprocessable Entity