Sentiment Analysis API
### What It Does Sentiment Analysis API classifies any text as positive, negative, or neutral and returns a confidence score, comparative score, and detected sentiment keywords. PRO plans add 8-emotion detection and batch processing for high-volume analysis. ### What You Get Per Analysis - sentiment — positive, negative, or neutral - score — 0 to 100 overall sentiment strength - comparative —…
Sentiment Analysis API endpoints
| Method | Endpoint | Description |
|---|---|---|
| Sentiment | ||
| POST |
/batch /batch |
Analyze multiple texts in one request. Batch size: BASIC=1, PRO=10, ULTRA=50, MEGA=100. |
| POST |
/analyze /analyze |
Analyze the sentiment and emotional content of a text. Returns sentiment label, score (0–100), and optional emotion breakdown/keywords (PRO+). |
| GET |
/analyze /analyze |
Analyze sentiment via query parameter. |
Sentiment Analysis API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 30 / minute |
|
| PRO | $9 / month | 120 / minute |
|
| ULTRA | $29 / month | 300 / minute |
|
| MEGA Recommended | $99 / month | 600 / minute |
|