Discussions
Video template help from make.com
28 days ago by Gergely
Hello
I am making a HTTP request from make.com and trying to use the template from the API documentation, I get a code 200 but no video processed. I also get an error message. I just have a single {{scrip}} variable for now to start with and passing on the content below:
Here is my content:
{
"caption": false,
"test": true,
"template_id": "1a4444fa28754c7db9f582e604af698a",
"title": "My First Heygen Template Video",
"variables": {
"script": {
"name": "script",
"type": "text",
"properties": {
"content": "Hello everyone! This is my first video using Heygen's template API. Let's make it amazing!"
}
}
}
}
This is what I got back: