freeapis

Sentiment Analysis

Multilingual sentiment analysis of texts from different sources

Authentication
API Key
HTTPS
Yes
CORS
Yes

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.com was 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

APIAuthHTTPSCORS
apilayer languagelayer

Language Detection JSON API supporting 173 languages

OAuthYesUnknown
Audexum

Text-to-speech REST API with 43 voices and 33 languages

API KeyYesYes
Aylien Text Analysis

A collection of information retrieval and natural language APIs

API KeyYesUnknown
Cloudmersive Natural Language Processing

Natural language processing and text analysis

API KeyYesYes
Code Detection

Detect, label, format and enrich the code in your app or in your data pipeline

OAuthYesUnknown