flat-fuchsia•3mo ago
404 response in n8n
“I’m sending a POST request to https://api.vapi.ai/v1/calls and getting a 404. Has the endpoint changed? What's the correct URL to programmatically trigger a call from an assistant?”
5 Replies
The correct URL to trigger a call is:
Here's a sample cURL request:
The /v1/calls endpoint does not exist, which is why you're getting a 404. See official docs
Source:
- Vapi API Reference: Create Call
⤵️ Mention @Vapi Support Bot for follow-ups 🐥
The correct URL to trigger a call is:
Here's a sample cURL request:
The /v1/calls endpoint does not exist, which is why you're getting a 404. See official docs
Source:
- Vapi API Reference: Create Call
⤵️ Mention @Vapi Support Bot for follow-ups 🐥
checking if this is resolved/solved for you?
stormy-gold•3mo ago
same