get
https://api.happi.dev/v1/sentiment
Analyze the sentiment of any text, whether it’s a short sentence or a full article, with our Sentiment Analyzer API. This tool helps you understand the emotional tone behind words, offering valuable insights for customer feedback, social media monitoring, and content evaluation. Enhance your applications by identifying positive, negative, or neutral sentiments in real time.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Response Schema
{
"type": "object",
"properties": {
"sentiment": {
"type": "string",
"enum": ["POSITIVE", "NEGATIVE", "MIXED", "NEUTRAL"],
"description": "The sentiment value indicating the emotional tone. Possible values are: POSITIVE, NEGATIVE, MIXED, NEUTRAL."
}
},
"required": ["sentiment"],
"additionalProperties": false
}
