Discussions

Ask a Question
Back to All

audio_url gives BadRequestError

I am sending This input

{
"source_url": "https://res.cloudinary.com/dryped7od/image/upload/v1720017477/v61qmcazzoxessorzjhs.jpg",
"script": {
"type": "audio",
"audio_url": "https://aftrfiles.s3.amazonaws.com/3.mp3"
},
"config": {
"stitch": true,
"driver_expressions": {
"expressions": [
{
"start_frame": 0,
"expression": "happy",
"intensity": 1
}
]
}
}
}

And getting the following
{
"kind": "BadRequestError",
"description": "cannot validate https://aftrfiles.s3.amazonaws.com/3.mp3 - may be corrupted or does not exist"
}

Please tell me what am i doing wrong?