Instagram Carousel Slideshow
Last updated
POST https://backend.blotato.com/v2/videos/from-templates
Content-Type: application/json
blotato-api-key: YOUR_API_KEY
{
"templateId": "53cfec04-2500-41cf-8cc1-ba670d2c341a",
"inputs": {},
"prompt": "Create a 5-slide Instagram carousel about the dangers of smoking with vivid infographic-style images",
"render": true
}POST https://backend.blotato.com/v2/videos/from-templates
Content-Type: application/json
blotato-api-key: YOUR_API_KEY
{
"templateId": "53cfec04-2500-41cf-8cc1-ba670d2c341a",
"inputs": {
"slidePrompts": [
"A dense infographic on dangers of smoking",
"A vibrant infographic on benefits of meditation",
"A colorful chart showing daily exercise statistics",
"A minimalist diagram of healthy eating habits"
],
"model": "nano-banana-pro",
"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": "53cfec04-2500-41cf-8cc1-ba670d2c341a",
"inputs": {
"model": "nano-banana-2",
"aspectRatio": "1:1"
},
"prompt": "Create a 4-slide carousel about morning routine tips with bright, energetic imagery",
"render": true
}