Sentiment Analysis
Multilingual sentiment analysis of texts from different sources
- Authentication
- API Key
- HTTPS
- Yes
- CORS
- Yes
- Category
- Text Analysis
- Documentation / URL
- https://www.meaningcloud.com/developer/sentiment-analysis
Overview
MeaningCloud’s Sentiment Analysis API classifies text sentiment (positive/negative/neutral) with agreement and irony detection. Auth is an API key.
⚠️ Status (verified 2026-08):
api.meaningcloud.comwas unreachable from our network (TLS connection failures). This may reflect regional/network blocking — verify from your network before relying on it.
What it provides
curl -X POST "https://api.meaningcloud.com/sentiment-2.1" \
-d "key=YOUR_KEY&lang=en&txt=I love this product!"
{
"status": { "code": "0", "msg": "OK" },
"score_tag": "P",
"agreement": "AGREEMENT",
"subjectivity": "SUBJECTIVE",
"irony": "NONIRONIC"
}
Notes
- Register at meaningcloud.com → free API key.
score_tag: P (positive), N (negative), NEU (neutral), NONE.- 2,000,000 requests/year on the free plan (check the docs).
FAQ
Is MeaningCloud free? Free tier: 2,000,000 requests/year; more is paid.
Why can’t I reach it? Our 2026-08 check hit TLS failures — verify from your network.
What does it return? Sentiment, agreement, subjectivity, and irony.
More in Text Analysis
| API | Auth | HTTPS | CORS | |
|---|---|---|---|---|
| apilayer languagelayer Language Detection JSON API supporting 173 languages | OAuth | Yes | Unknown | ↗ |
| Audexum Text-to-speech REST API with 43 voices and 33 languages | API Key | Yes | Yes | ↗ |
| Aylien Text Analysis A collection of information retrieval and natural language APIs | API Key | Yes | Unknown | ↗ |
| Cloudmersive Natural Language Processing Natural language processing and text analysis | API Key | Yes | Yes | ↗ |
| Code Detection Detect, label, format and enrich the code in your app or in your data pipeline | OAuth | Yes | Unknown | ↗ |