Ouranos
04/04/2025, 3:33 PMVapi Support Bot
04/04/2025, 3:35 PMcurl --location 'https://api.vapi.ai/voice-library/sync' \
--header 'Authorization: Bearer user-org-private-key' \
--header 'Content-Type: application/json' \
--data '{
"providers": ["cartesia"]
}'
[As suggested here](https://discord.com/channels/1211482211119796234/1211483291191083018/threads/1335770702074347520)
4. **Verify voice ID format**:
- Make sure you're copying the exact voice ID without any extra spaces or characters
- Double-check the structure of your API request to ensure the voice
property is correctly formatted:Vapi Support Bot
04/04/2025, 3:35 PMjson
{
"voice": {
"provider": "cartesia",
"voiceId": "your-voice-id"
}
}
5. **Try a different Cartesia voice model**:
Some users have reported that trying different voice models by the same provider sometimes helps resolve issues [according to this source](https://discord.com/channels/1211482211119796234/1211483291191083018/threads/1339794428688076871).
Is there anything specific about these workarounds you'd like me to elaborate on?
Sources:
- [Discord Thread about Cartesia voice issues](https://discord.com/channels/1211482211119796234/1211483291191083018/threads/1333785780447084554)
- [Discord Thread about API key troubleshooting](https://discord.com/channels/1211482211119796234/1211483291191083018/threads/1341348892402384896)
- [Discord Thread about adding voices to VAPI dashboard](https://discord.com/channels/1211482211119796234/1211483291191083018/threads/1341102814591455353)
- [Discord Thread about synchronizing voices](https://discord.com/channels/1211482211119796234/1211483291191083018/threads/1335770702074347520)
- [Discord Thread about voice model selection](https://discord.com/channels/1211482211119796234/1211483291191083018/threads/1339794428688076871)Ouranos
04/04/2025, 3:41 PMOuranos
04/04/2025, 3:42 PMOuranos
04/04/2025, 3:43 PMOuranos
04/04/2025, 3:44 PMSven
04/04/2025, 3:45 PMVapi Support Bot
04/04/2025, 3:45 PMOuranos
04/04/2025, 3:46 PMOuranos
04/04/2025, 3:48 PMVapi Support Bot
04/04/2025, 3:49 PMjson
{
"voice": {
"provider": "11labs",
"voiceId": "[your-cartesia-voice-id]"
}
}
Do you need any clarification on how to implement this workaround in your specific setup?
Source:
- [Discord Thread about Cartesia voice issues](https://discord.com/channels/1211482211119796234/1211483291191083018/threads/1333785780447084554)Ouranos
04/04/2025, 3:53 PMVapi Support Bot
04/04/2025, 3:54 PMjson
{
"voice": {
"provider": "11labs",
"model": "eleven_turbo_v2_5", // or another 11labs model
"voiceId": "[your-cartesia-voice-id]"
}
}
You might need to experiment with different 11labs models to see which one works best with the Cartesia voice ID. The "eleven_turbo_v2_5" is mentioned in one configuration example I found, but you could try others like "eleven_turbo" as well.
Would you like me to help you troubleshoot further if you try this approach?
Sources:
- [Discord Thread about Cartesia voice issues](https://discord.com/channels/1211482211119796234/1211483291191083018/threads/1333785780447084554)
- [Discord Thread about 11labs configuration](https://discord.com/channels/1211482211119796234/1211483291191083018/threads/1270786139355090995)Sahil
04/04/2025, 4:25 PMSahil
04/04/2025, 4:25 PMSven
04/04/2025, 4:33 PMSven
04/04/2025, 8:17 PMcikalaza
04/05/2025, 8:52 PMSahil
04/06/2025, 11:51 AMSahil
04/06/2025, 11:57 AMOuranos
04/07/2025, 2:08 PMSahil
04/07/2025, 3:08 PMOuranos
04/07/2025, 5:55 PMSahil
04/08/2025, 11:00 PM