AI Selfie Talking Video with Consistent Character
Last updated
POST https://backend.blotato.com/v2/videos/from-templates
Content-Type: application/json
blotato-api-key: YOUR_API_KEY
{
"templateId": "/base/v2/ai-selfie-video/57f5a565-fd17-458b-be43-4a2d8ccaca75/v1",
"inputs": {},
"prompt": "Create a 3-scene travel vlog style video of a young adventurer exploring ancient temples in Southeast Asia",
"render": true
}POST https://backend.blotato.com/v2/videos/from-templates
Content-Type: application/json
blotato-api-key: YOUR_API_KEY
{
"templateId": "/base/v2/ai-selfie-video/57f5a565-fd17-458b-be43-4a2d8ccaca75/v1",
"inputs": {
"scenes": [
{
"description": "A lone traveler stands at the edge of a misty cliff, looking out at the vast ocean below",
"narration": "Welcome to my journey. I will take you through some of the most breathtaking places I have ever seen."
},
{
"description": "The traveler walks through an ancient forest with towering trees and dappled sunlight",
"narration": "This forest is one of my favorite spots. The light filtering through the leaves is magical."
},
{
"description": "A mysterious temple appears through the fog, its entrance glowing with soft golden light",
"narration": "And here we are at the ancient temple. It has been standing for centuries, holding countless stories."
}
],
"style": "realistic",
"characterDescription": "A young adventurer wearing a weathered cloak and carrying an old leather backpack",
"aspectRatio": "9:16"
},
"render": true
}POST https://backend.blotato.com/v2/videos/from-templates
Content-Type: application/json
blotato-api-key: YOUR_API_KEY
{
"templateId": "/base/v2/ai-selfie-video/57f5a565-fd17-458b-be43-4a2d8ccaca75/v1",
"inputs": {
"scenes": [
{
"description": "Character standing in a modern office with city skyline visible through windows",
"narration": "Welcome to my channel! Today I am sharing my productivity tips."
},
{
"description": "Character at a coffee shop with laptop and notebook",
"narration": "First tip: always start your day with a clear plan."
}
],
"style": "realistic",
"characterDescription": "https://example.com/my-character-reference.jpg",
"aspectRatio": "9:16"
},
"render": true
}POST https://backend.blotato.com/v2/videos/from-templates
Content-Type: application/json
blotato-api-key: YOUR_API_KEY
{
"templateId": "/base/v2/ai-selfie-video/57f5a565-fd17-458b-be43-4a2d8ccaca75/v1",
"inputs": {
"style": "anime",
"characterDescription": "A cheerful anime girl with pink hair and school uniform",
"aspectRatio": "9:16"
},
"prompt": "Create a 3-scene video about studying tips for students",
"render": true
}