Discussions

Ask a Question
Back to All

How to create a Talk with a cloned voice I previously created on d-id web-app Video Studio?

I've cloned my Voice using native d-id web app.

I want to use it with parameters of stability 0.2 and similarity 0.5 with my image and text via API. How to retrieve voice_id and type to fill those API query fields?

{
"script":{
"type":"text",
"provider":{
"type": ???
"voice_id": ???
"voice_config":{
"stability":0.2,
"similarity_boost":0.5
}
}
}