API Reference

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.

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
}
Language
Credentials
Header
Click Try It! to start a request and see the response here!