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
Name | Description |
---|---|
type | The type can be one of below: * General * Contract * Research paper * Invoice * Bank statement * Utility bill |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
{{idoxAPIKey}} | string | Please sign-up iDox.ai and get an API key. |
RESPONSES
status: OK
{"type":"CONTRACT"}