Aram Vardanyan
12/03/2025, 5:39 PM{"assistantId":"ASSISTANT_ID","phoneNumberId":"PHONE_NUMBER_ID","assistantOverrides":{"variableValues":{"firstName":"George"},"voice":{"provider":"vapi","voiceId":"hana"}}}
It doesn't change any of the settings.Vapi Support Bot
12/03/2025, 5:40 PM"azure" in your assistantOverrides. For example:
json
"assistantOverrides": {
"voice": {
"cachingEnabled": true,
"provider": "azure",
"voiceId": "andrew"
}
}
Make sure the provider and voiceId are valid and supported for your account, as using "vapi" may not work for this override according to the documentation I have found. See the API reference for more details: [Vapi API Reference](https://docs.vapi.ai/api-reference/calls/create-phone-call).
Source:
- [Vapi API Reference: Create Phone Call](https://docs.vapi.ai/api-reference/calls/create-phone-call)Aram Vardanyan
12/03/2025, 5:42 PMAram Vardanyan
12/04/2025, 5:40 AMTremix
12/04/2025, 6:55 AMAram Vardanyan
12/04/2025, 9:10 AMAram Vardanyan
12/04/2025, 9:11 AMTremix
12/05/2025, 7:09 AMChiranjeet Mishra
12/30/2025, 8:35 AM