Ace
05/04/2025, 12:29 AM{
"id": "s3://voice-cloning-zero-shot/831bd330-85c6-4333-b2b4-10c476ea3491/original/manifest.json",
"name": "Nia",
"sample": "https://peregrine-samples.s3.us-east-1.amazonaws.com/parrot-samples/Nia_Sample.wav",
"accent": "american",
"age": null,
"gender": "female",
"language": "English",
"language_code": "en-US",
"loudness": null,
"style": null,
"tempo": null,
"texture": null,
"is_cloned": false,
"voice_engine": "PlayDialog"
}
It appears that any voice using the "PlayDialog" engine cannot sync with VAPI. I have confirmed that the API key is correctly synced with VAPI, but this issue persists.
Do you have any suggestions or solutions to resolve this?Vapi Support Bot
05/04/2025, 12:30 AMvoice_engine is set to `PlayDialog`:
curl --location 'https://api.vapi.ai/voice-library/sync' \
--header 'Authorization: Bearer your-api-key' \
--header 'Content-Type: application/json' \
--data '{
"providers": ["playht"],
"language": "English"
}'
The language parameter expects the actual language name and is critical for PlayDialog engines to work properly.
Source:
- [Discord discussion about PlayHT language parameters](https://discord.com/channels/1211482211119796234/1337895656307556412)Ace
05/04/2025, 1:04 AMAce
05/04/2025, 1:34 AM"assistantOverrides": {
"voice": {
"provider": "playht",
"voiceId": "your-voice-id-here", // Replace with your actual voice ID
"language": "english",
"model": "PlayDialog"
}
}Vapi Support Bot
05/04/2025, 1:35 AMKings_big💫
05/04/2025, 9:22 AMAce
05/05/2025, 12:00 AMJ.
05/22/2025, 8:07 AM{
"message": "Voice "voiceid here" not found for provider playht",
"error": "Bad Request",
"statusCode": 400
}Chiranjeet Mishra
05/23/2025, 12:16 AM