Jota
08/07/2025, 10:45 AMVapi Support Bot
08/07/2025, 10:47 AMbash
curl --location 'https://api.vapi.ai/call/phone' \
--header 'Authorization: Bearer YOUR_VAPI_API_KEY' \
--header 'Content-Type: application/json' \
--data '{
"assistantId": "YOUR_ASSISTANT_ID",
"customer": { "number": "DESTINATION_PHONE_NUMBER" },
"phoneNumberId": "YOUR_TWILIO_PHONE_NUMBER_ID"
}'
If you need verified caller ID masking, please check with Vapi support for the latest feature status or possible workarounds, as this is not documented as supported at this time.
Source:
- [Vapi Twilio SIP Integration Documentation](https://docs.vapi.ai/advanced/sip/twilio)Chaim T
08/14/2025, 9:28 PMChaim T
08/14/2025, 9:28 PMChaim T
08/19/2025, 1:47 AMcapt-epic
11/29/2025, 3:28 PM