Classify document

POST {{baseUrl}}/api/{{apiV3Version}}/category/:document-id/document-type

Classify the type of a given document. 6 types of document classification are supported. Support the file types uploaded from Upload document API.

Response Body

NameDescription
typeThe type can be one of below:
* General
* Contract
* Research paper
* Invoice
* Bank statement
* Utility bill

HEADERS

KeyDatatypeRequiredDescription
{{idoxAPIKey}}stringPlease sign-up iDox.ai and get an API key.

RESPONSES

status: OK

{"type":"CONTRACT"}