Tag contents
POST {{baseUrl}}/api/{{apiV1Version}}/category/document-tag
Return a tag array to indicate the possible topics of given textual contents.
Request body
name | required | description |
---|---|---|
content | true | Target contents for analysis. |
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 |
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."}
RESPONSES
status: OK
{"message":"Not Authorized"}