Insights

See what customers really ask about.

Theme discovery and trend analysis across support cases. Understand emerging topics, category distribution, and volume drivers.

Everything you need

Built for production. Designed for simplicity.

Theme Discovery

Automatically identify recurring themes and topics across your support cases.

Emerging Topics

Detect new and rising topics before they become volume drivers.

Category Distribution

Visualise how cases distribute across categories and track shifts over time.

Topic Deep Dive

Drill into any theme to see representative cases and customer segments.

Time-Series Analysis

Track how themes evolve across time periods.

Actionable Recommendations

Get prioritised recommendations based on theme frequency and customer impact.

Simple to use

Discover themes and patterns across support cases.

Full API Reference
insights_example.py
import httpx

resp = httpx.post("http://localhost:8012/api/v1/themes", json={
    "cases": [
        {"subject": "Cannot login", "body": "..."},
        {"subject": "Login issues", "body": "..."},
    ],
})

Endpoints

Clean REST APIs. No SDK required.

POST
/api/v1/themes
Discover themes
POST
/api/v1/emerging
Find emerging topics
POST
/api/v1/categories
Categorise cases
POST
/api/v1/distribution
Analyse distribution
GET
/health
Service health check

Learn more about Insights

Explore how this AI capability can transform your support operations.