Create call endpoint dropping calls (Timing out)
# support
l
@Vapi Incident @Vapi we’re seeing a high number of dropped calls because the Create Call API is timing out after 10 seconds and not responding. We are seeing some call.in-progress.error-vapifault-worker-not-available errors as well. https://status.vapi.ai/ is showing all services online, but thee API is degraded
v
To verify your Create Call API request is correctly formatted, try this sample cURL command:
Copy code
bash
curl -X POST https://api.vapi.ai/call \
     -H "Authorization: Bearer <token>" \
     -H "Content-Type: application/json" \
     -d '{}'
Replace
<token>
with your actual API key. If the issue persists with this minimal request, it may indicate a platform-side problem. For ongoing incidents, continue monitoring [Vapi Status](https://status.vapi.ai/) and consider reaching out to [Vapi Support](https://docs.vapi.ai/support) if needed.
Source: - [Create Call API Reference](https://docs.vapi.ai/api-reference/calls/create)
c
Hi, this should be resolved now.