Discussions
rendering error.
Im working with http in Make.com and looking to create a video based off a template. I This is the code i submit and get a 200, however on heygen. I get an error rendering.
}{
"caption": false,
"title": "New Video Title",
"variables": {
"title": {
"name": "title",
"type": "text",
"properties": {
"content": "This is a sample video title"
}
},
"video": {
"name": "video",
"type": "video",
"properties": {
"url": "https://youtube.com/shorts/ackJWt6Ehfc?feature=shared",
"play_style": "freeze",
"fit": "none",
"volume": 1
}
},
"Avatar": {
"name": "Avatar",
"type": "character",
"properties": {
"character_id": "Conrad_standing_sofa_side",
"type": "avatar"
}
},
"script": {
"name": "script",
"type": "text",
"properties": {
"content": "Welcome to this demo video. This is placeholder script content."
}
},
"bullets": {
"name": "bullets",
"type": "text",
"properties": {
"content": "Bullet 1\nBullet 2\nBullet 3"
}
}
}
}