Voice Agents
GET /api/v1/agents
Voice Agents enable autonomous, real-time voice interaction within your applications. Agents handle conversation flow, voice synthesis, and response generation without manual scripting of every turn.
Credit rate: 60 credits per minute of agent session
Use cases
- Interactive voice response systems
- Conversational onboarding and guided experiences
- Voice-driven product interfaces
- Accessibility-first application layers
- Automated production workflows
Requirements
Voice Agent access requires an API Pro or Enterprise workspace. Contact your account team to enable agent sessions on your workspace.Session flow
- Your application initiates a session via the
/api/v1/agentsendpoint - The agent receives user audio input and processes the turn
- The agent returns synthesized audio and an optional transcript
- The session continues until your application terminates it or the session timeout is reached
