Tag document

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

Return a tag array to indicate the possible topics of a given document. Support the file types uploaded from Upload document API.

Response

ParameterDescription
tagsA document might be tagged with multiple values. The possible tags include any of below:
* Nature
* Entertainment
* Food
* Religion
* Biology
* Sport
* Business
* Military
* Legal
* Environment
* Education

HEADERS

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

RESPONSES

status: OK

{"tags":["business","legal"]}