Sentiment Analysis API
Sentiment analysis API uses machine learning to reveal the structure and meaning of text. You can extract information about people, places, and events, and better understand customer sentiment.
API Server
Getting API KEY
Provide your API KEY in the request header API-KEY.
API KEY in the request header API-KEY.Sentiment Analysis 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