Make Outbound Call
POST/api/calls/outbound
Make an outbound call with specified voice services.
This endpoint:
- Loads the agent configuration (agent_close_form.json when env is test)
- Creates a room for the call
- Initiates the call using SIP with:
- Deepgram for TTS (Text-to-Speech)
- ElevenLabs for STT (Speech-to-Text)
- OpenAI GPT-4o mini for LLM
Request
Responses
- 200
- 422
Successful Response
Validation Error