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
Parameter | Description |
---|---|
tags | A 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
Key | Datatype | Required | Description |
---|---|---|---|
{{idoxAPIKey}} | string | Please sign-up iDox.ai and get an API key. |
RESPONSES
status: OK
{"tags":["business","legal"]}