Unable to Find Voice by its ID in Assistant Config...
# support
h
Hi, I'm facing an issue where I'm able to find the voice by its ID in Voice Library. However, when I'm trying to either scroll down or use the ID or even use Custom ID to find the voice in assistant configuration, it doesnot show up. This is the voice ID: bd9120b6-7761-47a6-a446-77ca49132781 - Cartesia. Please let me know how can i get this voice assigned to Assistants without any issues.
c
Use the assistant API to set the voice directly, since the dashboard picker may not surface every library voice.
curl -X PATCH https://api.vapi.ai/assistant/YOUR_ASSISTANT_ID \   -H "Authorization: Bearer YOUR_VAPI_API_KEY" \   -H "Content-Type: application/json" \   -d '{     "voice": {       "provider": "cartesia",       "voiceId": "bd9120b6-7761-47a6-a446-77ca49132781"     }   }'
Docs: • [Update Assistant API](https://docs.vapi.ai/api-reference/assistants/update) • [Provider Keys](https://docs.vapi.ai/customization/provider-keys) If your Cartesia key is already validated in Dashboard -> Integrations, this should assign the voice even if it does not appear in assistant search.
h
We have tried this but it doesnt work. Also, i have tried asking Composer to set this voice ID with an Assistant but he is unable to find the voice aswell. However, this voiceID does exist in Voice Library of VAPI
c
can you share the voice id
Hey, just checking if you were able to find the voice ID