{
"automationType": "heygen",
"nodeId": "heygen-generate-video-002",
"nodeParams": {
"action": "generate_video",
"params": {
"apiKey": "YOUR_HEYGEN_API_KEY",
"avatar_id": "avatar_id_here",
"script": {
"input": "This is a test video with custom settings including voice, background, and captions.",
"type": "text",
"subtitles": true
},
"voice": {
"voice_id": "voice_id_here",
"speed": 1.0,
"stability": 0.5,
"similarity": 0.75
},
"background": {
"type": "image",
"url": "https://example.com/background.jpg"
},
"caption": {
"enabled": true,
"font_size": 24,
"font_color": "#FFFFFF",
"background_color": "#000000"
},
"dimension": {
"width": 1280,
"height": 720
}
}
}
}