Replace Video in Template
Replace Video in Template
How to Replace Video in Template
Introduction
- Replace videos set as specified variables in the template.
curl --location --request POST 'https://api-services.jogg.ai/open/render'
--header 'x-api-key: <your-api-key>'
--header 'Content-Type: application/json'
--data-raw '{
"text": "default",
"lang": "english",
"template_id": 96,
"template_type": "user",
"dp_id": 0,
"timbre_td": 0,
"without_tts": 1,
"variables": [
{
"name": "scene1",
"properties": {
"url": "<your-video-url>"
},
"type": "video"
}
]
}'
On this page