Skip to content

Analytics

Track your telecom and AI costs in real-time.

Spend Overview

http
GET /analytics/spend

Response 200

json
{
  "telecom_costs": {
    "inbound_minutes": 1450,
    "outbound_minutes": 3200,
    "cost_usd": 46.50
  },
  "llm_costs": {
    "gemini_flash_tokens": 14000000,
    "cost_usd": 1.05
  },
  "total_spent": 47.55
}

INFO

Analytics data is aggregated from call duration records and LLM token usage. Data refreshes every 5 minutes.

Built for developers who build voice.