POST https://backend.blotato.com/v2/videos/from-templates
Content-Type: application/json
blotato-api-key: YOUR_API_KEY
{
"templateId": "/base/v2/tutorial-carousel/e095104b-e6c5-4a81-a89d-b0df3d7c5baf/v1",
"inputs": {
"hashtag": "#contentcreation",
"title": "3 Steps to Better Content",
"introBackgroundColor": "#fe6616",
"contentSlides": [
{
"heading": "Step 1: Research",
"description": "Spend 30 minutes each day reading what your audience discusses. Note their pain points and questions.",
"hasAccentLines": false
},
{
"heading": "Step 2: Create",
"description": "Write content that addresses one specific problem. Keep it actionable and clear.",
"hasAccentLines": true
}
],
"authorName": "Alex Hormozi",
"companyName": "@AlexHormozi",
"ctaGreeting": "Hi, I'm Alex",
"ctaDescription": "Follow me for actionable tips on content creation and business!",
"ctaButtons": ["Repost", "Share"],
"aspectRatio": "4:5"
},
"render": true
}