Discussions
Driver is not valid
about 1 year ago by francamacho2001.2
I'm trying the api calling https://api.d-id.com/clips in postman and i'm getting the next error:
"kind": "DriverNotValidError",
"description": "driver is not valid"
I literally copied de body from the documentation:
{
"script": {
"type": "text",
"input": "Hello world!",
"provider": {
"type": "microsoft",
"voice_id": "en-US-JennyNeural",
"voice_config": {
"style": "Cheerful"
}
}
},
"presenter_id": "amy-jcwCkr1grs",
"driver_id": "uM00QMwJ9x"
}