Clusters & search

Read AI-grouped themes and search feedback by meaning.

GET/api/v1/clusterssecret key

List 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 key

Cluster 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_…"
Was this page helpful?