API ReferenceAPI Reference

API Reference#

All Console API endpoints at a glance. Unless noted otherwise, endpoints are tenant-bound (X-Tenant).

System#

GET/health

Service status, contract version, tenant count, usable voice profile, and Cartesia mode. Not tenant-bound.

GET/v2/meta/engines

Engine and carrier registry (see Models). Not tenant-bound.

Business areas#

AreaEndpointsDetail
Assistants/v2/assistantsAssistants API
Phone numbers/v2/numbersNumbers API
Calls/v2/callsCalls API
Leads/v2/leads, /v2/public/leadsLeads API
WebWoW_Audio/v2/audio/*Script API, Render, Voice-to-Text
Usage/v2/usageMinutes of the current month against the minute cap
Telephony webhook/tenios/cc/… (voice-runtime)Telephony

Usage#

GET/v2/usage
json
{ "tenant": "bbe", "minutesThisMonth": 12, "minuteCap": 0 }

The minute cap is checked synchronously before every outbound call — a tenant cannot overrun its budget.

CallFluence — voice AI platform. Last updated 2026-07-27.