API Reference#
All Console API endpoints at a glance. Unless noted otherwise, endpoints are tenant-bound (X-Tenant).
System#
GET
/healthService status, contract version, tenant count, usable voice profile, and Cartesia mode. Not tenant-bound.
GET
/v2/meta/enginesEngine and carrier registry (see Models). Not tenant-bound.
Business areas#
| Area | Endpoints | Detail |
|---|---|---|
| Assistants | /v2/assistants | Assistants API |
| Phone numbers | /v2/numbers | Numbers API |
| Calls | /v2/calls | Calls API |
| Leads | /v2/leads, /v2/public/leads | Leads API |
| WebWoW_Audio | /v2/audio/* | Script API, Render, Voice-to-Text |
| Usage | /v2/usage | Minutes of the current month against the minute cap |
| Telephony webhook | /tenios/cc/… (voice-runtime) | Telephony |
Usage#
GET
/v2/usagejson
{ "tenant": "bbe", "minutesThisMonth": 12, "minuteCap": 0 }The minute cap is checked synchronously before every outbound call — a tenant cannot overrun its budget.