Classification
Classifies a Document into labels based on its content.
Classifies documents into labels based on its content. Use prebuilt models or define custom labels for a Classification
.
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
The name of the model that will be used for the Classification. A model name without a date is an alias to the latest version of that model, i.e. rdc-de
always points to the latest version of rdc-de
.
Available options:
rdc-de-2025-02-14
, rdc-de
Example:
"rdc-de-2025-02-14"
Base64-encoded contents of a document (PDF, JPG or PNG)
Example:
"JVBERi0xLjUNCiW1tbW1DQox..."