Marcus
11/03/2025, 8:16 PMVapi Support Bot
11/03/2025, 8:19 PMPOST
- URL: https://api.vapi.ai/call
- Headers:
- Authorization: Bearer YOUR_API_KEY
- Content-Type: application/json
- Body (JSON):
json
{
"assistantId": "YOUR_ASSISTANT_ID",
"phoneNumberId": "YOUR_PHONE_NUMBER_ID",
"customer": {
"number": "+18435855013"
}
}
Replace the placeholders with your actual values. This structure matches the required API format and should resolve the "resource not found" error.
See the [Vapi outbound calls documentation](https://docs.vapi.ai/phone-calling/outbound-calls) for more details.
Source:
- [Vapi Outbound Calls Documentation](https://docs.vapi.ai/phone-calling/outbound-calls)Marcus
11/03/2025, 8:57 PMmartyvandeveerdonk
11/04/2025, 11:15 AM