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 to
  • PUT /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 session
  • POST /conversation/webcall: same shape, voice-first session

Campaigns

  • GET /campaign/{id}/export/by-audience-member: CSV, one row per contact with every attempt
  • GET /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

One previously undocumented Voice Agents endpoint now renders on the API reference:

User

  • GET /user/subscription: the org’s plan id, credit balance, per-plan limits (agents, campaigns, numbers, daily and concurrent calls, knowledge-base sizes), and the features flags 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). Use GET /account/get-account-details for organization membership instead.