Vapi doesnt support my Azure Custom Voice ID
# support
c
1. Double-check that the
voiceId
you are using is correct and formatted as outlined in Azure's documentation. It should look like
"en-US-EmmaNeural"
. 2. Make sure your
voice
property in the assistant configuration is set up properly:
Copy code
json
   {
     "voice": {
       "provider": "azure",
       "voiceId": "your-azure-voice-id"
     }
   }
3. Ensure that your Azure API key and any required permissions are correctly set on the Vapi platform. If the issue persists, verify all parameters and configurations align with both Azure and Vapi requirements. For further details on setting up custom voices, you can refer to [Vapi's Custom Voice documentation](https://docs.vapi.ai/customization/custom-voices/custom-voice). If there's anything else you'd like to troubleshoot, feel free to share more details.
2 Views