Quote Card with Paper Background and Highlight
Last updated
POST https://backend.blotato.com/v2/videos/from-templates
Content-Type: application/json
blotato-api-key: YOUR_API_KEY
{
"templateId": "/base/v2/quote-card/f941e306-76f7-45da-b3d9-7463af630e91/v1",
"inputs": {},
"prompt": "Create a viral quote carousel about life lessons for people in their 30s",
"render": true
}POST https://backend.blotato.com/v2/videos/from-templates
Content-Type: application/json
blotato-api-key: YOUR_API_KEY
{
"templateId": "/base/v2/quote-card/f941e306-76f7-45da-b3d9-7463af630e91/v1",
"inputs": {
"title": "Hard Truths About Success",
"quotes": [
"I wasted my 20s building other people's dreams. At 35, I started building my own.",
"People will question your choices...especially the ones too scared to make their own.",
"Take advice from people who have receipts, not opinions."
],
"highlighterColor": "#FFD700",
"paperBackground": "Yellow paper",
"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/quote-card/f941e306-76f7-45da-b3d9-7463af630e91/v1",
"inputs": {
"highlighterColor": "#FF6B6B",
"paperBackground": "Light paper"
},
"prompt": "Generate 5 quotes about overcoming self-doubt and building confidence",
"render": true
}