Discussions

Ask a Question
Back to All

Driver is not valid

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"
}