Discussions

Ask a Question
Back to All

Hello, I am unable to generate video background. PLease help me

(edited)

curl --location 'https://api.heygen.com/v2/video/generate'
--header 'X-Api-Key: '
--header 'Content-Type: application/json'
--data '{
"video_inputs": [
{
"character": {
"type": "avatar",
"avatar_id": "Brain_public_pro4_20230613",
"avatar_style": "normal"
},
"voice": {
"type": "text",
"input_text": "With HeyGen, it is very easy to create avatar videos with custom backgrounds.",
"voice_id": "088998f01c054a15944cf51eeab37f85"
},
"background": {
"type": "image",
"image_asset_id": "dfec014907274738a54664ae0ab25d3a"
}
}
],
"test": true,
"aspect_ratio": "16:9"
}'