Sentiment label + confidence
Each text is classified as positive, negative or neutral, with a confidence score from 0 to 1.
Send a piece of text and get its sentiment back: a label (positive, negative or
Learn more about Sentiment AnalysisResults show up here
The sample input is ready — just hit Run.
Send a piece of text and get its sentiment back: a label (positive, negative or neutral), a confidence score, a continuous polarity from -1 to +1, a 1–5 star rating, and the detected language. Responses are synchronous — one request, one result. Ideal for scoring reviews, comments, support messages and survey answers.
Each text is classified as positive, negative or neutral, with a confidence score from 0 to 1.
A continuous value from -1 (very negative) to +1 (very positive) for finer-grained ranking.
A familiar star rating ("1 stars" … "5 stars") derived from the polarity — handy for review dashboards.
The detected language is returned with every result, so you don't need a separate detection step.
Review & rating analysis
Score customer reviews and map them to stars for dashboards and alerts.
Social listening
Track positive and negative trends across mentions, comments and posts.
Support triage
Surface negative messages in support queues so they're answered first.
input
A single text to analyze (sent as a one-element texts array).
output
One result with label, confidence score, polarity, star rating, is_positive and detected language.
texts (an array), and send one text per request.textsrequiredarray<string>The text to analyze, as a one-element array. Send one text per request.
results[].labelstringSentiment label: positive, negative or neutral.
results[].scorenumberConfidence of the label, from 0 to 1.
results[].starsstring1–5 star rating as a string, e.g. "5 stars".
results[].is_positivebooleanTrue when the label is positive — a convenience flag.
results[].polaritynumberContinuous polarity from -1 (very negative) to +1 (very positive).
results[].languagestringDetected language of the text (ISO 639-1).
Billed per request.
| Service | Unit | Price |
|---|---|---|
| Sentiment Analysis | item | $0.002/request |