Skip to main content
GET

Request

Headers

string
required
Bearer token with your API key

Query Parameters

string
Start date (ISO 8601 format, e.g. 2026-04-01)
string
End date (ISO 8601 format, e.g. 2026-04-13)
string
default:"month"
Aggregation period: day, week, month, year

Response

Returns usage data for all services — TTS, STT, LLM, and Memory — aggregated by period.
array
Time-series data with per-period breakdowns
string
Date string for the period
number
TTS characters used in this period
number
STT minutes used in this period
number
TTS + STT cost in this period
number
LLM tokens consumed in this period
number
LLM cost in USD for this period
number
Memory operations (chars, bytes, queries) in this period
number
Memory cost in USD for this period
object
Aggregated totals across all periods
number
Total cost across all services (TTS + STT + LLM + Memory)