Sentiment & emotion
Per-review polarity from −1 to 1, a clear label, confidence, and a discrete emotion.
One API call turns review text into sentiment, emotion, recurring themes, executive summaries, and ready-to-send replies — so you can ship insight instead of building an NLP pipeline.
curl https://api.reviewintelligence.dev/v1/analyze \
-H "Authorization: Bearer rik_live_xxx" \
-H "Content-Type: application/json" \
-d '{"text":"Checkout was fast but support never replied.","options":{"suggest_reply":true}}'
{
"sentiment": { "score": -0.2, "label": "mixed" },
"themes": [
{ "name": "checkout", "sentiment": "positive" },
{ "name": "support", "sentiment": "negative" }
],
"suggested_reply": "Thanks for the kind words — sorry about the wait."
}
Per-review polarity from −1 to 1, a clear label, confidence, and a discrete emotion.
Surface what customers keep mentioning, with frequency and sentiment per theme.
Turn a week of reviews into highlights, lowlights, and recommended actions.
Generate on-brand responses in a professional, friendly, apologetic, or concise tone.
Submit thousands of reviews, get a job id, and receive a signed webhook on completion.
Transparent analysis units (AU), per-key rate limits, and a live usage endpoint.
Metered in analysis units (AU). A single review analysis costs 1 AU plus 1 AU per 4,000 characters — a typical short review ≈ 1 AU.
$0/mo
$29/mo
$99/mo
$399/mo
Sign in with GitHub or Google, create a key, and make your first call in minutes.
Get started free