Voice Agents: Account, Web Call, and Campaign export endpoints on the API reference
Voice Agents: Account, Web Call, and Campaign export endpoints on the API reference
Six previously undocumented Voice Agents endpoints now render on the API reference:
Account
GET /account/get-account-details: user profile plus the orgs the user belongs toPUT /account/update-org-name: rename the org scoped by the API key (owner role)
Web Call
POST /conversation/chat: mints a short-lived LiveKit access token + room for a browser text-first sessionPOST /conversation/webcall: same shape, voice-first session
Campaigns
GET /campaign/{id}/export/by-audience-member: CSV, one row per contact with every attemptGET /campaign/{id}/logs/export: CSV, one row per call attempt
All routes have been in production. This change only documents them; no behavior changed.
Voice Agents: Subscription and plan-limits endpoint on the API reference
Voice Agents: Subscription and plan-limits endpoint on the API reference
One previously undocumented Voice Agents endpoint now renders on the API reference:
User
GET /user/subscription: the org’s plan id, credit balance, per-planlimits(agents, campaigns, numbers, daily and concurrent calls, knowledge-base sizes), and thefeaturesflags that gate capabilities
The route has been in production. This change only documents it; no behavior changed.
Removed
GET /organization: this endpoint returned 404 on the public API (it is not part of the API-key surface). UseGET /account/get-account-detailsfor organization membership instead.

