Discussions
Error Response From Valid Avatar ID
2 months ago
Hi, I am getting this error response:
Error response:
{
"data": null,
"error": {
"code": "avatar_not_found",
"message": "Avatar bda978771d074bfe8b2d4fdf54f66eb7 not found or no longer available."
}
}
From this request payload with valid public avatar id:
{
"video_inputs": [
{
"character": {
"type": "avatar",
"avatar_id": "bda978771d074bfe8b2d4fdf54f66eb7",
"avatar_style": "normal"
},
"voice": {
"type": "audio",
"audio_url": "<presigned_url_to_audio_file>"
}
}
],
"dimension": {
"width": 1080,
"height": 1920
},
"aspect_ratio": "9:16",
"test": false
}
Can anyone help?