Video of Images and Text with Minimal Style
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/3ed4bb92-dbfe-45e6-9dc8-605b77f70506/v1",
"inputs": {},
"prompt": "Create a video showcasing 3 luxury real estate properties with descriptions",
"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/3ed4bb92-dbfe-45e6-9dc8-605b77f70506/v1",
"inputs": {
"watemark": "@YourBrand",
"textBgColor": "#FFA500",
"titles": [
"Creative Slide",
"Modern Template"
],
"texts": [
"Add engaging content easily and quickly. Capture attention instantly!",
"Perfect for social media and presentations. Bring your designs to life with motion text."
],
"images": [
"https://example.com/image1.jpg",
"https://example.com/image2.jpg"
]
},
"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/3ed4bb92-dbfe-45e6-9dc8-605b77f70506/v1",
"inputs": {
"watemark": "@mybrand",
"textBgColor": "#3B82F6"
},
"prompt": "Create a video about 4 tips for better sleep with calming imagery",
"render": true
}