curl -X POST https://api.vapi.ai/phone-number \ ...
# general-english
c
curl -X POST https://api.vapi.ai/phone-number \ -H "Authorization: Bearer " \ -H "Content-Type: application/json" \ -d '{ "provider": "vapi" }' I am running example to create vapi number, but its create number (A phone number must either be a string or an object of shape { phone, [country] }.) help
4 Views