Tag document

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

Return a tag array to indicate the possible topics of a given document.

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

RESPONSES

status: OK

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