Discussions
Template API
3 months ago by Diego Herrera-Rios
I am trying to modify the template elements and generate video. I am using this request body: {
"caption": false,
"title": "New Video",
"variables": {
"first_name": {
"name": "first_name",
"type": "text",
"properties": {
"content": "45. Result"
}
}
}
}
45.Result is the output from a chatgpt module (This is done on make.com). The content of this changes per execution, but is not accepted. How can I make this work? Only using text here defeats the purpose of using api if I have to manually change the content every time.