pipeline-error-eleven-labs-quota_exceeded
# support
f
Hola equipo, necesito ayuda con un error crítico. Problema: Estoy recibiendo un error
pipeline-error-eleven-labs-quota_exceeded
en todas mis llamadas. Lo que ya verifiqué: - Tengo un plan pagado de ElevenLabs con más de 97,000 créditos. No es un problema de cuota. - Mi API Key de ElevenLabs está correctamente configurada en
Settings > Integrations
. - El error ocurre incluso con un asistente de prueba súper simple y con claves de API recién generadas. Diagnóstico: Parece que la plataforma VAPI no está usando mi API Key para autenticarse correctamente con ElevenLabs. Mi Cuenta:
inlliyaku@gmail.com's Org
. ¿Podrían por favor revisar los logs de mi cuenta? ¡Gracias!
v
You can review your Vapi account logs using the following cURL command (replace
<token>
with your API token):
Copy code
bash
curl https://api.vapi.ai/logs \
  -H "Authorization: Bearer <token>"
This may help you identify if your API key is being used or if there are authentication issues. If you need further assistance, please share any relevant log output with support for deeper investigation. [See API reference](https://docs.vapi.ai/api-reference/logs/get?explorer=true) Source: - [Get Logs Vapi API Reference](https://docs.vapi.ai/api-reference/logs/get?explorer=true)
f
culquier clave a la que hago curl me da el mismo error; {"message":"Invalid Key. Hot tip, you may be using the private key instead of the public key, or vice versa.","error":"Unauthorized","statusCode":401
c
When using the API endpoints to submit request payloads, please use the VAPI private API key as that will give you the best results. If your current key isn't working, we suggest creating a new key with permissions access to all of your assistants. As for your pipeline-error with Elevenlabs key, could you please provide a call id where that error occurred? We would like to review the logs to see which API key was actually being used.
2 Views