Python
Document
Classify document (async)
Initiates an asynchronous document classification process based on provided schemas. Returns an ID to track the async result.
POST
Python
Body
application/json
The document to be classified.
An array of label schemas to classify against.
Priority of the classification job. Use 'background' for non-interactive, lower-priority jobs.
Available options:
interactive, background Response
Accepted. Document classification process initiated.
Accepted. Document classification process initiated.
The ID to track the asynchronous classification task.