POST https://backend.blotato.com/v2/videos/from-templates
Content-Type: application/json
blotato-api-key: YOUR_API_KEY
{
"templateId": "/base/v2/images-with-text/c9892c3b-fa75-4ade-821a-a50ff8456230/v1",
"inputs": {},
"prompt": "Create a video about negotiation phrases every founder should know, comparing what clients say vs how you should respond",
"render": true
}
POST https://backend.blotato.com/v2/videos/from-templates
Content-Type: application/json
blotato-api-key: YOUR_API_KEY
{
"templateId": "/base/v2/images-with-text/c9892c3b-fa75-4ade-821a-a50ff8456230/v1",
"inputs": {
"firstSlideText": "Negotiation phrases every founder should know",
"firstSlideImagePrompt": "Professional business meeting with two people shaking hands",
"comparisonTextTop": "When they say:",
"comparisonTextBottom": "You say:",
"slides": [
{
"topComparisonExampleText": "Your pricing does not fit our budget right now",
"bottomComparisonExampleText": "Help me understand what you are working with."
},
{
"topComparisonExampleText": "We need to think about it",
"bottomComparisonExampleText": "What specific concerns do you want to address?"
},
{
"topComparisonExampleText": "Your competitor is cheaper",
"bottomComparisonExampleText": "What would make the extra investment worthwhile for you?"
}
],
"lastSlideText": "Follow for more business tips",
"lastSlideImagePrompt": "Successful entrepreneur celebrating a closed deal",
"slideDuration": 5,
"aspectRatio": "4:5"
},
"render": true
}
POST https://backend.blotato.com/v2/videos/from-templates
Content-Type: application/json
blotato-api-key: YOUR_API_KEY
{
"templateId": "/base/v2/images-with-text/c9892c3b-fa75-4ade-821a-a50ff8456230/v1",
"inputs": {
"comparisonTextTop": "What beginners think:",
"comparisonTextBottom": "What experts know:",
"aspectRatio": "9:16"
},
"prompt": "Create a video comparing beginner vs expert mindsets in investing with 4 examples",
"render": true
}