stazo
12/11/2025, 6:50 PMVapi Support Bot
12/11/2025, 6:51 PM/call endpoint as shown below, replacing placeholders with your actual values:
bash
curl -X POST "https://api.vapi.ai/call/phone" \
-H "Authorization: Bearer YOUR_VAPI_PRIVATE_KEY" \
-H "Content-Type: application/json" \
-d '{
"assistantId": "YOUR_ASSISTANT_ID",
"customer": { "number": "CUSTOMER_PHONE_NUMBER", "numberE164CheckEnabled": false },
"phoneNumberId": "YOUR_PHONE_NUMBER_ID"
}'
If you're using Vonage, ensure it's supported as a SIP provider in Vapi, as only certain providers are officially documented.
See the [Vapi phone calling guide](https://docs.vapi.ai/phone-calling) for more details.
Source:
- [Vapi Phone Calling Documentation](https://docs.vapi.ai/phone-calling)stazo
12/11/2025, 6:53 PMAdrian
12/11/2025, 6:54 PMAdrian
12/11/2025, 6:54 PMAdrian
12/11/2025, 6:54 PMAdrian
12/11/2025, 6:54 PMstazo
12/11/2025, 6:54 PMAdrian
12/11/2025, 6:54 PMAdrian
12/11/2025, 6:55 PMAdrian
12/11/2025, 6:55 PMAdrian
12/11/2025, 6:55 PMAdrian
12/11/2025, 6:55 PMstazo
12/11/2025, 6:55 PMstazo
12/11/2025, 6:56 PMstazo
12/11/2025, 6:59 PMstazo
12/11/2025, 7:08 PMstazo
12/11/2025, 7:22 PMstazo
12/11/2025, 7:22 PMstazo
12/11/2025, 7:22 PM