API question
# support
c
Hi there, Thank you for your message. Our team is currently out of the office. We operate Monday through Friday, from 9:00 AM to 8:00 PM Pacific Standard Time (PST). We’ll get back to you as soon as possible during our normal business hours. If your message is urgent, please mark it accordingly or include “URGENT” in the subject line, and we’ll do our best to respond promptly. Warm regards, Vapi Customer Support Team
v
The updated API endpoint for outbound calls is:
Copy code
POST https://api.vapi.ai/call
Here's a sample request body:
Copy code
json
{
  "assistantId": "YOUR_ASSISTANT_ID",
  "phoneNumberId": "YOUR_PHONE_NUMBER_ID",
  "customer": { "number": "+1234567890" }
}
Replace the placeholders with your actual values. For more details, see the [official outbound calls documentation](https://docs.vapi.ai/phone-calling/outbound-calls). Source: - [Outbound Calls Documentation](https://docs.vapi.ai/phone-calling/outbound-calls)