eyama
08/06/2025, 12:15 AMVapi Support Bot
08/06/2025, 12:17 AM/call/web (e.g., are you using an Authorization: Bearer <token> header, or sending the public key in a different way)? This will help determine if the issue is with the authentication method or the key itself.
If possible, please share a (redacted) example of your request headers.
Source:
- [Vapi Server Authentication Documentation](https://docs.vapi.ai/server-url/server-authentication)eyama
08/06/2025, 6:33 PMeyama
08/06/2025, 7:25 PMVapi Support Bot
08/06/2025, 7:27 PMbash
curl -i https://api.vapi.ai/call/web \
-H 'Authorization: Bearer pbk_live_your_new_key' \
-H 'Content-Type: application/json' \
--data '{"assistantId": "asst_6450e619-6972-4130-95c9-5896f446e3e4"}'
If this still returns a 401, please confirm the new key is visible and enabled in your dashboard, as key status is a common cause for this error ([see docs](https://docs.vapi.ai/server-url/server-authentication)).
Source:
- [Vapi Server Authentication Documentation](https://docs.vapi.ai/server-url/server-authentication)eyama
08/06/2025, 7:35 PMeyama
08/06/2025, 7:40 PMeyama
08/07/2025, 1:28 AMVapi Support Bot
08/07/2025, 1:30 AMbash
curl -i https://api.vapi.ai/call/web \
-H 'Authorization: Bearer pbk_live_your_new_key' \
-H 'Content-Type: application/json' \
--data '{"assistantId": "asst_6450e619-6972-4130-95c9-5896f446e3e4"}'
If the issue persists, please contact Vapi support directly with your request ID and a screenshot of your API Keys dashboard for further investigation.
Source:
- [Vapi Server Authentication Documentation](https://docs.vapi.ai/server-url/server-authentication)Chiranjeet Mishra
08/07/2025, 3:00 AMeyama
08/07/2025, 4:47 AMeyama
08/07/2025, 4:47 AMeyama
08/07/2025, 7:24 AMChiranjeet Mishra
08/08/2025, 9:21 AM