Image Slideshow with Prominent Text
Last updated
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/0ddb8655-c3da-43da-9f7d-be1915ca7818/v1",
"inputs": {},
"prompt": "Create a 4-slide news story about a tech startup that raised $100M in funding",
"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/0ddb8655-c3da-43da-9f7d-be1915ca7818/v1",
"inputs": {
"slides": [
{
"image": "A professional business person at a modern startup office with computers",
"text": "Parag Agarwal, removed by Elon Musk as Twitter CEO, built an AI company valued at $740M"
},
{
"image": "Modern tech infrastructure with servers and AI visualization",
"text": "After leaving Twitter, he founded Parallel Web Systems. The company builds AI infrastructure for web search."
},
{
"image": "Social media and AI concept with digital connections",
"text": "We share informative AI content you will not find anywhere else"
}
],
"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/0ddb8655-c3da-43da-9f7d-be1915ca7818/v1",
"inputs": {
"slideDuration": 6,
"aspectRatio": "9:16"
},
"prompt": "Create a 5-slide story about the rise of remote work in tech companies",
"render": true
}