Classify document
POST {{baseUrl}}/api/{{apiV2Version}}/category/:document-id/document-type
Classify the type of a given document. 6 types of document classification are supported.
Response Body
Name | Description |
---|---|
type | The type can be one of below: * General * Contract * Research paper * Invoice * Bank statement * Utility bill |
RESPONSES
status: OK
{"type":"GENERAL"}