Tweet Card with Photo/Video Background
Last updated
POST https://backend.blotato.com/v2/videos/from-templates
Content-Type: application/json
blotato-api-key: YOUR_API_KEY
{
"templateId": "/base/v2/tweet-card/9714ae5c-7e6b-4878-be4a-4b1ba5d0cd66/v1",
"inputs": {},
"prompt": "Create 4 inspirational tweet cards about perseverance with mountain scenery backgrounds",
"render": true
}POST https://backend.blotato.com/v2/videos/from-templates
Content-Type: application/json
blotato-api-key: YOUR_API_KEY
{
"templateId": "/base/v2/tweet-card/9714ae5c-7e6b-4878-be4a-4b1ba5d0cd66/v1",
"inputs": {
"backgroundMedia": "https://images.unsplash.com/photo-1506905925346-21bda4d32df4",
"quotes": [
"Be careful who you let speak into your life.",
"People will question your choices.",
"Take advice from people who have receipts."
],
"authorName": "Dean Graziosi",
"handle": "deangraziosi",
"theme": "light",
"cardPosition": "bottom",
"enableBackdropBlur": true,
"accentColor": "#C4A484",
"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/tweet-card/9714ae5c-7e6b-4878-be4a-4b1ba5d0cd66/v1",
"inputs": {
"backgroundMedia": "https://example.com/nature-background.jpg",
"authorName": "Your Brand",
"handle": "yourbrand",
"cardPosition": "middle",
"enableBackdropBlur": true
},
"prompt": "Generate 5 quotes about work-life balance",
"render": true
}