Analyze the emotional tone of any text. Our API returns sentiment classification (positive, negative, neutral) with comparative scores. Built for high-volume processing of customer reviews, social media posts, survey responses, and more.
{
"status": "ok",
"error": null,
"data": {
"comparative": 0.25,
"sentimentText": "positive",
"sentiment": 3,
"isPositive": true,
"isNegative": false,
"normalizedScore": 0.3
}
}






Analyze the emotional tone of any text. Our API returns sentiment classification (positive, negative, neutral) with comparative scores. Built for high-volume processing of customer reviews, social media posts, survey responses, and more.
A single authenticated GET with the location you care about — no SDK required.
GET /v1/sentimentanalysis?query=… x-api-key: your_key
Each request pulls from multiple upstream sources and computes the derived fields for you.
One structured object, typically under 200 ms — ready to render.
{ comparative, sentimentText, sentiment, … }
Real applications shipping on this endpoint today — each with the numbers that made it worth wiring up.
See every use caseAutomatically analyze sentiment of social mentions as they happen. Aggregate scores to track sentiment trends and identify PR issues early.
Score all incoming feedback by sentiment. Route negative feedback for immediate attention. Track sentiment trends by product, feature, or time period.
Copy a working request, or install a typed SDK. Same endpoint, same key.
const res = await fetch("https://api.apiverve.com/v1/sentimentanalysis", { method: "POST", headers: { "x-api-key": "YOUR_API_KEY" } });
const { data } = await res.json();
console.log(data);Every related API ships with your key — no separate plans, no extra keys, one bill.
See pricingReady-made recipes for Zapier, Make, and n8n — trigger on an event, and the data lands where your team works.
Learn how sentiment scores work and how to interpret them in your applications.
Explore practical applications of sentiment analysis across industries.
Best practices for integrating sentiment analysis into your applications.
The same key unlocks every other APIVerve endpoint — reach for them when you need them.
Browse the catalog