Skip to main content

Make Outbound Call

POST 

/api/calls/outbound

Make an outbound call with specified voice services.

This endpoint:

  1. Loads the agent configuration (agent_close_form.json when env is test)
  2. Creates a room for the call
  3. 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

Successful Response