Victor Cardoso
09/16/2025, 5:38 PMVapi Support Bot
09/16/2025, 5:39 PMjson
POST https://api.vapi.ai/call
{
"assistantId": "YOUR_ASSISTANT_ID",
"phoneNumberId": "YOUR_PHONE_NUMBER_ID",
"customer": { "number": "+1234567890" }
}
Replace the IDs and phone number with your actual data. This will initiate an outbound call handled by your AI agent.
For more details, see the [Vapi outbound calling docs](https://docs.vapi.ai/calls/outbound-calling).
Source:
- [Outbound Calling](https://docs.vapi.ai/calls/outbound-calling)Chiranjeet Mishra
09/16/2025, 11:46 PM