Discussions
Error with generating video from template over api
2 months ago by Wolfgang Muffat
hi
I sent a api to generate a video from a template
tried with postman ... got a 200 OK ...
but inside from heygen they show me an error ...
Body:
{
"caption": false,
"title": "Test 001",
"variables": {
"Sprechertext": {
"name": "Sprechertext",
"type": "text",
"properties": {
"content": "Dies ist ein super text"
}
}
}
}