Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.illocution.ai/llms.txt

Use this file to discover all available pages before exploring further.

GET /metrics

Lightweight counters to feed dashboards. Example:
{
  "events": {
    "status": 45,
    "final_transcript": 12,
    "emotion": 12,
    "summary_update": 1
  },
  "agent_latency_ms": {
    "utterance": 215.34
  }
}

GET /health

Returns { "status": "ok" }.