Create children’s AI story videos from drawings and auto-publish to YouTube with Blotato

Go to Workflow
7 views
Built by Dr. Firas Dr. Firas
Created on June 06, 2026

Description

💥 From Drawing to Story: Auto-Publish AI Video to YouTube with Blotato

Overview

Transform a hand-drawn character sketch into a fully animated, narrated video story — automatically. This 3-part pipeline uses Claude AI, image generation, and video synthesis to go from a simple drawing to a publish-ready video, with no manual editing required.

Perfect for: indie creators, educators, storytellers, and anyone who wants to bring hand-drawn characters to life at scale.

How It Works

Part 1 — From Drawing to Story: Bringing Characters to Life
A form submission triggers the workflow with an uploaded drawing
The image is analyzed by Claude AI to extract characters and traits
Character images are generated via Nano Banana (image generation API)
A full story is written by Claude AI, split into scenes, and passed to Part 2

Part 2 — From Characters to Scenes: Rendering the Visual Story
Character images are downloaded and converted to Base64 references
Scene images are generated using Nano Banana with character consistency
Scene image URLs are mapped and the video pipeline is triggered

Part 3 — From Scenes to Screen: Video, Narration & Final Render
Video prompts and narration context are generated by Claude AI
Videos are generated via AtlasCloud (Kling Pro 3.0) with polling loop
Narration audio is created with ElevenLabs and uploaded
Shotstack assembles the final video with audio sync
Final video is published to YouTube (and optionally TikTok)

> ⚠️ Important — Workflow Structure
>
> This template is split into 3 separate workflows.
> Each part must be imported and deployed in its own workflow in n8n.
>
> 📺 Watch the step-by-step tutorial to set everything up correctly:
>
> @youtube
Requirements

Credentials needed
Blotato** API credentials (YouTube/TikTok publishing)
AtlasCloud** API (Kling Pro 3.0 video generation)
Anthropic** API key (Claude AI for story & prompts)
ElevenLabs** API key (narration audio)
Shotstack** API key (video assembly)
Nano Banana** API key (image generation)

Setup steps
Configure credentials for each service above in n8n
Set up a form trigger with a file upload field for the drawing
Deploy the 3 workflows in order and connect them via webhooks
Run a test submission with a simple sketch to validate the full pipeline

🎥 Watch This Tutorial

👋 Need help or want to customize this?
📩 Contact: LinkedIn
📺 YouTube: @DRFIRASS
🚀 Workshops: Mes Ateliers n8n

Need help customizing?
Contact me for consulting and support : Linkedin / Youtube / 🚀 Mes Ateliers n8n

Nodes Used (6)

Anthropic Chat Model
@n8n/n8n-nodes-langchain.lmChatAnthropic
Basic LLM Chain
@n8n/n8n-nodes-langchain.chainLlm
Code
n8n-nodes-base.code
Google Gemini
@n8n/n8n-nodes-langchain.googleGemini
HTTP Request
n8n-nodes-base.httpRequest
Structured Output Parser
@n8n/n8n-nodes-langchain.outputParserStructured