curl -X POST 'https://api.heygen.com/v1/video.generate' \
-H 'X-Api-Key: ' \
-H 'Content-Type: application/json' \
-d '{
"background": "#ffffff",
"clips": [
{
"avatar_id": "Daisy-inskirt-20220818",
"avatar_style": "normal",
"input_text": "Welcome to HeyGen API",
"offset": {
"x": 0,
"y": 0
},
"scale": 1,
"voice_id": "1bd001e7e50f421d891986aad5158bc8"
}
],
"ratio": "16:9",
"test": true,
"version": "v1alpha"
}'
top of page
bottom of page