Voice Agents
Voice Agents are AI-powered bots that can handle customer calls autonomously. They leverage natural language processing, text-to-speech, and speech-to-text to have natural conversations.
Endpoints
| Method | Endpoint | Description |
|---|---|---|
GET | /voice-agents | List all voice agents |
GET | /voice-agents/:id | Get voice agent details |
POST | /voice-agents | Create a voice agent |
PATCH | /voice-agents/:id | Update a voice agent |
DELETE | /voice-agents/:id | Delete a voice agent |
Capabilities
- Natural Language Understanding — Parse caller intent from spoken language
- Text-to-Speech — Generate natural-sounding responses
- Speech-to-Text — Transcribe caller speech in real-time
- Call Flow Integration — Connect voice agents to call flow nodes
- Custom Prompts — Define agent behavior with custom prompts and instructions
info
Detailed request/response schemas will be added based on the API implementation.