Discussions

Ask a Question
Back to all

APi shows errors - something went wrong

"Something is wrong, please contact [email protected]"

this is the error i get for the following API call
https://api.heygen.com/v2/video/generate

with the following request in json

{
"caption": true,
"video_inputs": [
{
"character": {
"type": "talking_photo",
"scale": 1,
"talking_style": "stable",
"talking_photo_id": "Abigail_expressive_2024112501",
"talking_photo_style": "circle",
"expression": "default",
"super_resolution": false
},
"voice": {
"type": "text",
"speed": "1",
"pitch": "0",
"voice_id": "f8c69e517f424cafaecde32dde57096b",
"input_text": "Hi there this is nothing but an awesome video",
"emotion": "Broadcaster",
"locale": "en-US"
},
"background": {
"type": "video",
"play_style": "once",
"fit": "cover",
"video_asset_id": "fdc2d4c5704c4eef940abc8411e8750b"
},
"text": {
"type": "text",
"text": "this is the text displayed on the screen",
"line_height": 1
}
}
],
"dimension": {
"width": 1280,
"height": 720
},
"title": "hi this is test"
}