Zentimento reads real-time chatter across X, Reddit, YouTube, Twitch, LinkedIn, Telegram and News — scores it locally with a transparent finance-aware lexicon, and surfaces the moments the consensus snaps into Extreme Fear or Euphoria.
Everything you'd wire together over six months — channels, scoring, storage, delivery — shipped as one HMAC-signed API.
Ship sentiment into your product with a single authenticated call. Composite score, per-channel breakdown, zone label — ready to render.
$ curl https://your.zentimento.app/api/public/v1/sentiment/BTC \
-H "Authorization: Bearer zk_xxxx.yyyy"
{
"topic": { "label": "Bitcoin", "symbol": "BTC" },
"composite": { "score": 0.42, "zone": "optimism", "volume": 318 },
"channels": [
{ "channel": "twitter_x", "score": 0.61, "volume": 92 },
{ "channel": "reddit", "score": 0.28, "volume": 71 },
{ "channel": "news_rss", "score": -0.05, "volume": 12 }
]
}Personal workspace auto-provisioned · Google sign-in supported