Tag
Auto-tagging and taxonomy normalisation for support data quality. Ensure consistent, meaningful labels across your entire support operation.
Capabilities
Built for production. Designed for simplicity.
Automatically tag cases using LLM analysis, optionally constrained to a known tag set.
Find and merge inconsistent tags into canonical forms.
Detect how tag usage changes over time and alert on drift.
Generate recommended tag schemas from your actual case data.
See which tags are overused, underused, or missing.
Score tagging consistency and coverage across your operation.
import httpx
resp = httpx.post("http://localhost:8015/api/v1/auto-tag", json={
"cases": [
{"subject": "Can\'t login to my account", "body": "..."},
],
"max_tags": 3,
})API
Clean REST APIs. No SDK required.
Explore how this AI capability can transform your support operations.