Clusters & search
Read AI-grouped themes and search feedback by meaning.
GET
/api/v1/clusterssecret keyList clusters
Active AI-grouped themes, ranked by volume, with sentiment mixes and first/last-seen timestamps — the same list the dashboard shows, for building internal reports or piping “top issues this week” into your own tools.
Request
curl "https://app.sentriment.com/api/v1/clusters" \
-H "Authorization: Bearer sk_live_…"GET
/api/v1/clusters/{id}secret keyCluster detail
One theme with its most recent items (?limit= up to 100) — build your own views on top.
Request
curl "https://app.sentriment.com/api/v1/clusters/01KX8VC0RE0MZ2N8HTGST7Y0KA?limit=50" \
-H "Authorization: Bearer sk_live_…"GET
/api/v1/searchsecret keySemantic search
Search by meaning, not keywords: ?q=payment problems finds “double charged on my invoice” — no shared words required. Results carry a 0–1 similarity score.
bash
curl "https://app.sentriment.com/api/v1/search?q=payment%20problems&limit=5" \
-H "Authorization: Bearer sk_live_…"Was this page helpful?