Categorical emotions
Scores text across emotions such as joy, sadness, anger, fear, surprise and disgust, with a top label.
Emotion Detection classifies text into categorical emotions (joy, sadness, anger,
Learn more about Emotion DetectionResults show up here
The sample input is ready — just hit Run.
Emotion Detection classifies text into categorical emotions (joy, sadness, anger, fear, surprise, disgust, and more) so you can read the emotional tone of reviews, support messages and social posts.
Temporarily unavailable: this endpoint is offline while we finish work on it. In the meantime, combine Sentiment Analysis (for positive/negative/neutral polarity) with Zero-Shot Classification (using emotion labels you provide) to get the same result. See the workaround guide below. Calls to this endpoint are not billed while it is unavailable.
Scores text across emotions such as joy, sadness, anger, fear, surprise and disgust, with a top label.
Turn free-text feedback into a clear emotion signal for dashboards and routing.
Send a texts array and get a structured result back — no setup or training.
$0.002 per request once the endpoint is available again.
Support prioritization
Flag angry or frustrated customers so they get a faster response.
Content analysis
Measure emotional tone across reviews, social posts and survey responses.
input
A texts array of strings to analyze.
output
A result per text with an emotion label and score (available when the endpoint is back online).
While Emotion Detection is unavailable, you can recreate it with two endpoints you control:
text-sentiment) to get positive / neutral / negative polarity and a star rating.text-classify) with your own emotion labels, e.g. ["joy", "sadness", "anger", "fear", "surprise", "disgust"], to get the top emotion plus a score for each.textsrequiredarray<string>Array of texts to analyze.
Billed per request when available. No charge while the endpoint is temporarily unavailable.
| Service | Unit | Price |
|---|---|---|
| Emotion Detection | item | $0.002/request |
Temporarily unavailable — no charges are incurred until it returns.