Track brand sentiment across social media platforms in real-time.
Brands struggle to monitor mentions across social platforms and understand public perception. Manual review is impossible at scale.
Automatically analyze sentiment of social mentions as they happen. Aggregate scores to track sentiment trends and identify PR issues early.
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);