Text Classification API
Find out what User intent is and formulate the best response and actions. Our Text Classification automatically identifies user intents.
API Server
Getting API KEY
Provide your API KEY in the request header API-KEY.
API KEY in the request header API-KEY.Text Classification API
Headers
Name
Type
Description
Request Body
Name
Type
Description
{
"inputText": STRING,
"intent": {
"id": NUMBER,
"displayText": STRING,
"confidence": NUMBER
}
}Request Example
Response Example
Error Messages
Error Response example
Last updated