curl -X POST https://api.vapi.ai/call \ -H "Auth...
# general-english
d
curl -X POST https://api.vapi.ai/call \ -H "Authorization: Bearer " \ -H "Content-Type: application/json" \ -d '{ "customer": { "number": "+1234567890" }, "assistantId": "your-assistant-id", "phoneNumberId": "your-vapi-phone-number-id" }'
2 Views