Mood Metrics
Mood Metrics: Advanced Real-Time Sentiment Analysis API Go beyond basic positive/negative/neutral detection. Mood Metrics delivers nuanced sentiment classification (including VERY_POSITIVE/VERY_NEGATIVE scales), intent, granular emotion breakdown (happiness, surprise, anger, etc.), and explanatory rationale. Key Advantages: - Contextual awareness for slang, sarcasm, and idioms (e.g., correctly…
Mood Metrics endpoints
| Method | Endpoint | Description |
|---|---|---|
| Analysis | ||
| POST |
Analyze Text | Async /analyses |
Submits text for sentiment analysis. Processing is asynchronous. The API immediately returns a job ID. Use the job endpoints to monitor progress and retrieve results when complete. |
| POST |
Analyze Text | Sync /analyses |
Performs sentiment analysis on the submitted text. Includes overall sentiment, score, emotion breakdown, and rationale. |
| GET |
Get Sentiment Analysis /analyses/{id} |
Fetches the final sentiment analysis result using the result ID obtained from a completed job. Includes overall sentiment, score, emotion breakdown, and rationale. |
| Feeds | ||
| GET |
List Platform Feeds /platform-feeds |
List the available platform feeds |
| GET |
Get Platform Feed Details /platform-feeds/{id} |
Gets the platform-feed details |
| GET |
View Platform Feed Stats /platform-feeds/{id}/stats |
Browse this platform feed's analysis stats |
| GET |
View Platform Feed Emotion Stats /platform-feeds/{id}/stats/emotions |
Browse this platform feed's analysis emotion stats |
| GET |
View Platform Feed Sentiment Stats /platform-feeds/{id}/stats/sentiment |
Browse this platform feed's analysis sentiment stats |
| System | ||
| GET |
Get Job Status /system/jobs/{id}/status |
Returns the current status of an asynchronous job (PENDING, PROCESSING, SUCCEEDED, FAILED, CANCELED). On success, also returns the result ID. |
| GET |
Ping /system/ping |
Ping the API |
| GET |
Get Encryption Info /system/encryption/info |
Gets the certificate and public-key info you can use to encrypt your text payload |
| Usage Limits | ||
| GET |
Feed History Usage Limits /usage/limits/feed/history |
Gets the feed history usage limits for your subscription level |
| GET |
Feed Granularity Usage Limits /usage/limits/feed/granularity |
Gets the feed granularity usage limits for your subscription level |
| GET |
Paging Usage Limits /usage/limits/paging |
Gets the paging usage limits for your subscription level |
| GET |
Rate Usage Limits /usage/limits/rate |
Gets the request-rate limits for your subscription level |
| Other endpoints | ||
| GET |
getJob /system/jobs/{id} |
|
| GET |
getJobStatus /system/jobs/{id}/status |
|
| POST |
anazlyeText /analyses |
|
| GET |
getJobStatus /system/jobs/{id}/status |
|
| GET |
getSentimentAnalysis /analyses/{id} |
|
| GET |
getJob /system/jobs/{id} |
|
| GET |
getSentimentAnalysis /analyses/{id} |
|
| POST |
anazlyeText /analyses |
|
| GET |
getJobStatus /system/jobs/{id}/status |
|
| GET |
getJob /system/jobs/{id} |
|
| POST |
anazlyeText /analyses |
|
| GET |
getSentimentAnalysis /analyses/{id} |
|
Mood Metrics pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 30 / minute |
|
| PRO | $25 / month | 120 / minute |
|
| ULTRA Recommended | $50 / month | 480 / minute |
|
| MEGA | $100 / month | 1920 / minute |
|