This API detects sentiment ('Very Negative', 'Negative', 'Neutral', 'Positive', or 'Very Positive') and sentiment score (in 0 to 1 range) in text.
For this API to execute succesfully
Client app must have 'app.core.microservicesmgr.sentiment.read' scope assigned.
OK
Bad Request
Unauthorized
Forbidden
Internal server error
{- "text": "The weather is nice",
- "language": "en"
}
{- "sentiment": "Very Positive",
- "score": 0.997
}