makeInstantCall
Trigger an immediate outbound AI voice call to any phone number using an existing agent, message template, or custom prompt and voice, for notifications or interactive conversations.
Instructions
Trigger an immediate outbound AI voice call via /v1/calls/instant. Use an existing agent (agent_id), a template (message), or a fully custom prompt/voice.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| phone | Yes | Destination phone number | |
| voice | No | Voice id (OpenAI: alloy/sage; Edge: e.g. ms-MY-YasminNeural; Kokoro: e.g. af_heart) | |
| message | No | Notification / start message text | |
| agent_id | No | Existing agent id (uses its voice + prompt) | |
| from_number | No | Caller ID / from number | |
| system_prompt | No | AI system prompt for a fully custom call | |
| noninteractive | No | One-way playback only | |
| voice_clone_id | No | Qwen voice clone id (only with QWEN provider) | |
| voice_provider | No | TTS provider | |
| notification_voice_message | No | Spoken message for notification agent |