Classify contents

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

Classify the type of given textual contents. 6 types of classification are supported.

Request Body

namerequireddescription
contenttrueParagraph to be analyzed

Response Body

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

Request Body

{"content"=>"Pyroclastic flows contain a high-density mix of hot lava blocks, pumice, ash and volcanic gas. They move at very high speed down volcanic slopes, typically following valleys, according to the USGS and destroy nearly everything in their path."}

HEADERS

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

RESPONSES

status: OK

{"type":"GENERAL"}