Generate tags from text using CTRLSum
{
"source": "text to tag"
}
{
"success": "true",
"tags": "tags separated by ;, tags are strictly single-word (may include hyphens)"
}
If error occurred, the success
field will be false
and the tags
field will be replaced by error
which contains the detailed error message.
{
"success": "false",
"error": "error message"
}
Obtain the health status of the service
N/A
healthy:
{
"health": "true"
}
unhealthy:
{
"health": "false"
}