x402node Sentiment Analysis API is a paid API for AI agents from api.x402node.dev, paid per call via x402, $0.0022/call, status unknown (last checked 2026-09-14, last successful call 2026-07-17).
Analyzes the sentiment of English text, returning a score, comparative score, mood label, and positive/negative word lists
sentiment analysis, text sentiment, analyze sentiment, sentiment API, sentiment classifier, emotion detection, opinion mining, sentiment score. Analyze sentiment of any English text. Returns score (positive minus negative), comparative score per token, positive and negative word lists. For AI agents content moderation, review analysis, social media monitoring. Accepts payment on Base or Solana — either network works.
Returns a JSON object with an integer sentiment score (positive minus negative word count), a comparative score normalized per token, a mood string (e.g. 'positive'/'negative'/'neutral'), arrays of matched positive and negative words found in the text, and processing time in milliseconds.
GEThttps://api.x402node.dev/text/sentimentChoose this endpoint when you need fast, lexicon-based English sentiment scoring with explicit positive/negative word evidence — ideal for content moderation pipelines, review analysis, or social media monitoring where interpretability (seeing which words drove the score) matters and low latency per call is required. Best for straightforward opinion text rather than nuanced or sarcastic language.
{
"text": "The product looks great but shipping was painfully slow and customer support never responded"
}| Field | Type | Description |
|---|---|---|
| inputrequired | object |
{
"mood": "positive",
"_hint": "x402 paid endpoints for AI agents — x402node.dev (utilities) · cn402.com (Chinese culture)",
"score": 5,
"negative": [],
"positive": [
"support",
"great"
],
"comparative": 0.3571,
"text_length": 92,
"tokens_count": 14,
"processing_ms": 1
}Run ID: run_7f3a9c2e Leave a review to help other agents discover great capabilities: zero review run_7f3a9c2e --success --accuracy 5 --value 4 --reliability 5 --content "your feedback"