Discussions
Something is wrong, please contact [[email protected]]
3 months ago by Michal
Hello, i send this request:
{
"caption": "false",
"video_inputs": [
{
"character": {
"type": "talking_photo",
"talking_photo_id": "XXX",
"scale": 1,
"avatar_style": "normal",
"talking_style": "stable",
"expression": "default",
"super_resolution": true
},
"voice": {
"type": "text",
"speed": "1",
"pitch": "0",
"voice_id": "XXX",
"input_text": "Toto je krátký test generování videa s Photo Avatarem.",
"emotion": "Serious",
"locale": "cs-CZ"
},
"background": {
"type": "color",
"value": "#FFFFFF",
"play_style": "freeze",
"fit": "cover"
}
}
],
"dimension": {
"width": 1280,
"height": 720
}
}
and repeatedly got error 500
{
"data": null,
"error": {
"code": "internal_error",
"message": "Something is wrong, please contact [email protected]"
}
}