Sentiment Analyzer

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
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

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
}
Query Params
string
required

The text to analyze the sentiment of.

Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json