POST https://backend.blotato.com/v2/videos/from-templates
Content-Type: application/json
blotato-api-key: YOUR_API_KEY
{
"templateId": "/base/v2/tutorial-carousel/2491f97b-1b47-4efa-8b96-8c651fa7b3d5/v1",
"inputs": {},
"prompt": "Create a tutorial carousel about 5 ways to improve your LinkedIn profile for job seekers",
"render": true
}
POST https://backend.blotato.com/v2/videos/from-templates
Content-Type: application/json
blotato-api-key: YOUR_API_KEY
{
"templateId": "/base/v2/tutorial-carousel/2491f97b-1b47-4efa-8b96-8c651fa7b3d5/v1",
"inputs": {
"mainTitle": "3 Ways to Grow Faster on Instagram",
"authorName": "Alex Hormozi",
"ctaButtonText": "Swipe Right",
"contentItems": [
"Stop chasing vanity metrics. Focus on getting 100 true fans who buy from you",
"Document your process, not results. Show the messy middle where real learning happens",
"Reply to every DM for your first 1,000 followers. This builds loyalty money cannot buy"
],
"backgroundColor": "#F5D5C8",
"borderColor": "#000000",
"ctaTitle": "Share your thoughts in comments below",
"ctaActions": ["Leave a like", "Share to help others", "Bookmark for later"],
"profileName": "Alex Hormozi",
"profileTitle": "Brand Strategist",
"profileDescription": "I share daily posts to help you scale your business 10x faster.",
"profileCta": "Follow for more tips",
"aspectRatio": "1:1"
},
"render": true
}
POST https://backend.blotato.com/v2/videos/from-templates
Content-Type: application/json
blotato-api-key: YOUR_API_KEY
{
"templateId": "/base/v2/tutorial-carousel/2491f97b-1b47-4efa-8b96-8c651fa7b3d5/v1",
"inputs": {
"authorName": "Your Name",
"profileName": "Your Name",
"profileTitle": "Your Title",
"backgroundColor": "#E8F4F8",
"aspectRatio": "4:5"
},
"prompt": "Create a 4-step tutorial about email marketing best practices",
"render": true
}