# Veedio > Veedio is an AI short-form video generator: a prompt, a bare idea, a script or an article URL becomes a vertical video with a generated visual per scene, an ElevenLabs voiceover, word-timed burned-in captions and a ducked music bed, published straight to TikTok, Instagram Reels and YouTube Shorts. It is drivable by a program — the same pipeline is available through a REST API, an MCP server and a CLI. Key facts: 4 workflows (prompt, idea, script, article URL); 5 voices, narrating in any of 29 languages; lengths of 30, 60, 90, 180 seconds, free accounts up to 60s and paid plans to 180s; 9:16, 1:1 or 16:9, 1080-class, no watermark on any plan; credits are 3 per generation plus 2 per scene with stills (13 with AI motion), so a five-scene short is 13 credits, quoted before you spend; 60 free credits on signup with no card; plans Starter $19/mo, Pro $49/mo, Studio $149/mo. What it does not do: no file uploaded over the API (it takes text and links — a hosted image can be the opening frame and a PDF link is read as a document, and the app has an uploader that turns a local file into such a link), no voice cloning, no face swap, no long-form past three minutes, no completion webhook. Avatars are a Pro and Studio feature. URLs are fetched and read: articles, YouTube, X, Reddit, TikTok, Instagram, LinkedIn and PDFs each have their own reader. Master FAQ: https://www.veedio.co/faq-for-llms.md ## Docs - [Master FAQ and index](https://www.veedio.co/faq-for-llms.md): every question answered in one file, each answer ending in a link to its source page - [How it works](https://www.veedio.co/#how-it-works): script to scenes to visuals to voice to captions to render - [Pricing](https://www.veedio.co/#pricing): plans, credits, and what a credit buys - [Tools index](https://www.veedio.co/tools): every generator, each one the same pipeline with a different brief - [What it cannot do](https://www.veedio.co/docs#limits): no file uploads over the API, no voice cloning, no long-form past three minutes, no webhooks ## Developers and AI agents - [API docs](https://www.veedio.co/docs): the overview — auth, the four workflows, quick start, and the limits - [API reference](https://www.veedio.co/docs/api-reference): six endpoints, error codes, rate limits, credits, with cURL, JavaScript and Python - [API workflow guides](https://www.veedio.co/docs/workflows/prompt-to-video): one page per workflow — prompt-to-video, script-to-video, idea-to-video, article-to-video — each with a markdown twin at the same URL plus ".md" - [MCP server](https://www.veedio.co/mcp): setup for Claude, Claude Code, Cursor, ChatGPT and VS Code, and the six tools - [CLI](https://www.veedio.co/docs/cli): packages/cli, installed from a checkout until it is published to npm — commands, flags, exit codes, --json contract - [Agent skill](https://www.veedio.co/skills): a SKILL.md that teaches an agent the whole surface, MIT licensed - [Skill file](https://www.veedio.co/skills/veedio-short-video/SKILL.md): the raw markdown, ready to drop into an agent Endpoints, for constructing calls without reading a page first: - `POST https://www.veedio.co/api/v1/videos` — start a generation, answers 202 with an id - `GET https://www.veedio.co/api/v1/videos/{id}` — status and scenes; poll until status is ready - `GET https://www.veedio.co/api/v1/videos` — list, newest first - `POST https://www.veedio.co/api/v1/videos/{id}/publish` — publish to connected accounts, idempotent per platform - `POST https://www.veedio.co/api/v1/credits/estimate` — quote a job and read the balance - `GET https://www.veedio.co/api/v1/me` — whose key this is - `POST https://www.veedio.co/api/mcp` — MCP, Streamable HTTP JSON-RPC 2.0, six tools, API key header, no OAuth Auth is `Authorization: Bearer vd_live_...` on every call (also `x-api-key`, `x-veedio-api-key`, `key`), from Settings -> API keys. ## Tools Index: https://www.veedio.co/tools. All of them need a free account (no card, 60 credits on signup). The script and shot list cost no credits; rendering does. - [AI Video Script Generator](https://www.veedio.co/tools/ai-video-script-generator): A scene-by-scene script for a short-form video, free with a free account and no card. Free with an account. - [YouTube Shorts Script Generator](https://www.veedio.co/tools/youtube-shorts-script-generator): A Shorts script with the hook in the first three seconds and the answer before the middle. Free with an account. - [Video Idea Generator](https://www.veedio.co/tools/video-idea-generator): Ten specific video ideas for your niche, each with the hook already written. Free with an account. - [TikTok Script Generator](https://www.veedio.co/tools/tiktok-script-generator): A six-scene TikTok script with a scroll-stopping first line, free with a free account. Free with an account. - [Video Hook Generator](https://www.veedio.co/tools/video-hook-generator): Ten opening lines for one topic, each using a different mechanic. Free with an account. - [AI Video Prompt Generator](https://www.veedio.co/tools/video-prompt-generator): Three ready-to-use prompts for one idea, written the way video models actually read. Free with an account. - [YouTube Title Generator](https://www.veedio.co/tools/youtube-title-generator): Ten titles for one video, all under the length YouTube actually shows. Free with an account. - [Video Description Generator](https://www.veedio.co/tools/video-description-generator): A description and a hashtag set for TikTok, Shorts and Reels — one per platform. Free with an account. - [AI Video Generator](https://www.veedio.co/tools/ai-video-generator): Type what the video is about. Get a scene-by-scene short with AI visuals, a real voiceover and word-timed captions. Markdown: https://www.veedio.co/tools/ai-video-generator/llms.txt - [Text to Video Generator](https://www.veedio.co/tools/text-to-video-generator): Paste any block of text and get it back as a narrated, captioned vertical video with a frame per scene. Markdown: https://www.veedio.co/tools/text-to-video-generator/llms.txt - [Script to Video Generator](https://www.veedio.co/tools/script-to-video-generator): You wrote the script. This cuts it into scenes, reads it in a real voice and puts a frame behind every line. Markdown: https://www.veedio.co/tools/script-to-video-generator/llms.txt - [Idea to Video Generator](https://www.veedio.co/tools/idea-to-video-generator): One line about what you want to say, and a finished short comes back. Markdown: https://www.veedio.co/tools/idea-to-video-generator/llms.txt - [Short Video Maker](https://www.veedio.co/tools/short-video-maker): The generic short: a hook, four beats and a close, under sixty seconds. Markdown: https://www.veedio.co/tools/short-video-maker/llms.txt - [TikTok Video Generator](https://www.veedio.co/tools/tiktok-video-generator): A vertical, captioned, voiced TikTok from one line of brief — written to survive the first second. Markdown: https://www.veedio.co/tools/tiktok-video-generator/llms.txt - [YouTube Shorts Generator](https://www.veedio.co/tools/youtube-shorts-generator): Shorts that answer the question in the title, in under a minute, with captions timed to the voice. Markdown: https://www.veedio.co/tools/youtube-shorts-generator/llms.txt - [Instagram Reels Generator](https://www.veedio.co/tools/instagram-reels-generator): A Reel with a clean look, a real voiceover and captions that fit inside the safe area. Markdown: https://www.veedio.co/tools/instagram-reels-generator/llms.txt - [Facebook Reels Generator](https://www.veedio.co/tools/facebook-reels-generator): The same engine, sized and paced for Facebook Reels — 9:16, under a minute, readable on mute. Markdown: https://www.veedio.co/tools/facebook-reels-generator/llms.txt - [LinkedIn Video Generator](https://www.veedio.co/tools/linkedin-video-generator): One point, one minute, square and readable on mute in a professional feed. Markdown: https://www.veedio.co/tools/linkedin-video-generator/llms.txt - [WhatsApp Status Video Generator](https://www.veedio.co/tools/whatsapp-status-video-generator): A short vertical clip built for a status update — one idea, said once, gone in a day. Markdown: https://www.veedio.co/tools/whatsapp-status-video-generator/llms.txt - [Faceless Video Generator](https://www.veedio.co/tools/faceless-video-generator): A whole channel’s worth of video with no camera, no room and nobody on screen. Markdown: https://www.veedio.co/tools/faceless-video-generator/llms.txt - [Explainer Video Generator](https://www.veedio.co/tools/explainer-video-generator): One idea, explained properly in forty seconds — the claim, the mechanism and why it matters. Markdown: https://www.veedio.co/tools/explainer-video-generator/llms.txt - [AI Story Video Generator](https://www.veedio.co/tools/ai-story-video-generator): A story told in five beats, illustrated frame by frame, narrated and captioned. Markdown: https://www.veedio.co/tools/ai-story-video-generator/llms.txt - [POV Video Generator](https://www.veedio.co/tools/pov-video-generator): “POV: you…” shorts written in second person, with a frame for every beat of the scenario. Markdown: https://www.veedio.co/tools/pov-video-generator/llms.txt - [AI Listicle Video Generator](https://www.veedio.co/tools/ai-listicle-video-generator): A topic in, a five-beat numbered list out, with one generated frame per item and the count on screen. Markdown: https://www.veedio.co/tools/ai-listicle-video-generator/llms.txt - [Top 5 Video Generator](https://www.veedio.co/tools/top-5-video-generator): Five ranked picks, counted down, one scene and one generated frame each. Markdown: https://www.veedio.co/tools/top-5-video-generator/llms.txt - [Storytime Video Generator](https://www.veedio.co/tools/storytime-video-generator): The storytime shape — a confession, four beats and a turn — narrated with nobody on camera. Markdown: https://www.veedio.co/tools/storytime-video-generator/llms.txt - [Tutorial Video Generator](https://www.veedio.co/tools/tutorial-video-generator): A how-to in five steps, each step its own scene, its own frame and its own length. Markdown: https://www.veedio.co/tools/tutorial-video-generator/llms.txt - [AI Explainer Short Generator](https://www.veedio.co/tools/ai-explainer-short-generator): One idea, explained in forty seconds, for somebody who is scrolling. Markdown: https://www.veedio.co/tools/ai-explainer-short-generator/llms.txt - [AI Anime Video Generator](https://www.veedio.co/tools/ai-anime-video-generator): An anime-styled vertical short: key-visual frames, a narrated script and captions timed to the voice. Markdown: https://www.veedio.co/tools/ai-anime-video-generator/llms.txt - [AI Cartoon Video Generator](https://www.veedio.co/tools/ai-cartoon-video-generator): Bright, rendered cartoon frames with a narrated script and captions that land on the word. Markdown: https://www.veedio.co/tools/ai-cartoon-video-generator/llms.txt - [Cinematic Video Generator](https://www.veedio.co/tools/cinematic-video-generator): Shallow depth of field, 35mm, dramatic light — applied to whatever you are talking about. Markdown: https://www.veedio.co/tools/cinematic-video-generator/llms.txt - [3D Animation Video Generator](https://www.veedio.co/tools/3d-animation-video-generator): Soft-lit 3D renders, one per scene, generated from a line of text. Markdown: https://www.veedio.co/tools/3d-animation-video-generator/llms.txt - [Documentary Video Generator](https://www.veedio.co/tools/documentary-video-generator): Photoreal, naturally lit frames, narrated the way a documentary narrates. Markdown: https://www.veedio.co/tools/documentary-video-generator/llms.txt - [Retro Video Generator](https://www.veedio.co/tools/retro-video-generator): 80s film grain and neon light, applied to whatever you are talking about. Markdown: https://www.veedio.co/tools/retro-video-generator/llms.txt - [VHS Style Video Generator](https://www.veedio.co/tools/vhs-style-video-generator): The VHS look — grain, bloom and analog colour — over a modern script. Markdown: https://www.veedio.co/tools/vhs-style-video-generator/llms.txt - [Toy Brick Video Generator](https://www.veedio.co/tools/toy-brick-video-generator): Everything built from plastic bricks — minifigure scale, glossy studs, tilt-shift macro light. Markdown: https://www.veedio.co/tools/toy-brick-video-generator/llms.txt - [Voxel Video Generator](https://www.veedio.co/tools/voxel-video-generator): A blocky voxel world — textured cubes, low sun, saturated colour — built from a line of text. Markdown: https://www.veedio.co/tools/voxel-video-generator/llms.txt - [Claymation Video Generator](https://www.veedio.co/tools/claymation-video-generator): Hand-moulded plasticine on a miniature set, fingerprints and all, from a line of text. Markdown: https://www.veedio.co/tools/claymation-video-generator/llms.txt - [Comic Book Video Generator](https://www.veedio.co/tools/comic-book-video-generator): Heavy ink, halftone shading and flat colour — one comic panel per line of narration. Markdown: https://www.veedio.co/tools/comic-book-video-generator/llms.txt - [Watercolor Video Generator](https://www.veedio.co/tools/watercolor-video-generator): Loose watercolour on textured paper — soft bleeding edges, a muted palette, one warm accent. Markdown: https://www.veedio.co/tools/watercolor-video-generator/llms.txt - [Motivational Video Generator](https://www.veedio.co/tools/motivational-video-generator): A 40-second motivational short with a cinematic look, a deep read and captions that hit on the beat. Markdown: https://www.veedio.co/tools/motivational-video-generator/llms.txt - [Horror Story Video Generator](https://www.veedio.co/tools/horror-story-video-generator): A short horror story told in five beats, with the dread in the writing rather than in a jump scare. Markdown: https://www.veedio.co/tools/horror-story-video-generator/llms.txt - [Kids Story Video Generator](https://www.veedio.co/tools/kids-story-video-generator): A gentle illustrated story for children, told in five beats with a soft narration. Markdown: https://www.veedio.co/tools/kids-story-video-generator/llms.txt - [Psychology Facts Video Generator](https://www.veedio.co/tools/psychology-facts-video-generator): One counter-intuitive fact about people per scene, with a frame generated for each. Markdown: https://www.veedio.co/tools/psychology-facts-video-generator/llms.txt - [Space Facts Video Generator](https://www.veedio.co/tools/space-facts-video-generator): One fact about the universe per scene, rendered rather than pulled from a stock library. Markdown: https://www.veedio.co/tools/space-facts-video-generator/llms.txt - [History Facts Video Generator](https://www.veedio.co/tools/history-facts-video-generator): One thing that actually happened, per scene, with a frame generated for it. Markdown: https://www.veedio.co/tools/history-facts-video-generator/llms.txt - [Fun Facts Video Generator](https://www.veedio.co/tools/fun-facts-video-generator): Five facts, five frames, and an opening line that makes the first one worth waiting for. Markdown: https://www.veedio.co/tools/fun-facts-video-generator/llms.txt - [Philosophy Video Generator](https://www.veedio.co/tools/philosophy-video-generator): One idea from philosophy, made watchable in forty seconds without being flattened. Markdown: https://www.veedio.co/tools/philosophy-video-generator/llms.txt - [Creepypasta Video Generator](https://www.veedio.co/tools/creepypasta-video-generator): A creepypasta read over generated visuals, under a minute, with nobody on camera. Markdown: https://www.veedio.co/tools/creepypasta-video-generator/llms.txt - [Mythology Video Generator](https://www.veedio.co/tools/mythology-video-generator): A myth retold in six scenes, illustrated as it goes, in under a minute. Markdown: https://www.veedio.co/tools/mythology-video-generator/llms.txt - [Fairy Tale Video Generator](https://www.veedio.co/tools/fairy-tale-video-generator): A fairy tale told softly, in six scenes, illustrated for a young viewer. Markdown: https://www.veedio.co/tools/fairy-tale-video-generator/llms.txt - [Bedtime Story Video Generator](https://www.veedio.co/tools/bedtime-story-video-generator): A calm story for bedtime: soft voice, gentle frames, no captions and nothing loud. Markdown: https://www.veedio.co/tools/bedtime-story-video-generator/llms.txt - [Travel Video Generator](https://www.veedio.co/tools/travel-video-generator): A place described in five scenes and illustrated — with generated frames, not your photos. Markdown: https://www.veedio.co/tools/travel-video-generator/llms.txt - [Recipe Video Generator](https://www.veedio.co/tools/recipe-video-generator): A recipe as five steps, one generated frame each, narrated — not filmed in your kitchen. Markdown: https://www.veedio.co/tools/recipe-video-generator/llms.txt - [Product Video Generator](https://www.veedio.co/tools/product-video-generator): A short that explains what your product does and who it is for, in the words a customer would use. Markdown: https://www.veedio.co/tools/product-video-generator/llms.txt - [Video Ad Generator](https://www.veedio.co/tools/video-ad-generator): Ad variations you can actually test — a different hook and angle each time, in about a minute each. Markdown: https://www.veedio.co/tools/video-ad-generator/llms.txt - [App Promo Video Generator](https://www.veedio.co/tools/app-promo-video-generator): Describe the app, get a thirty-second promo you can actually run. Markdown: https://www.veedio.co/tools/app-promo-video-generator/llms.txt - [Course Promo Video Generator](https://www.veedio.co/tools/course-promo-video-generator): Turn the course outline into a sixty-second pitch that says who it is not for. Markdown: https://www.veedio.co/tools/course-promo-video-generator/llms.txt - [Event Promo Video Generator](https://www.veedio.co/tools/event-promo-video-generator): What, where, when and why come — in five scenes and under a minute. Markdown: https://www.veedio.co/tools/event-promo-video-generator/llms.txt - [Announcement Video Generator](https://www.veedio.co/tools/announcement-video-generator): A launch, a change or a milestone — said once, said well, and square for a feed. Markdown: https://www.veedio.co/tools/announcement-video-generator/llms.txt - [Job Ad Video Generator](https://www.veedio.co/tools/job-ad-video-generator): The role, the team and the honest reason to apply, as a vertical video. Markdown: https://www.veedio.co/tools/job-ad-video-generator/llms.txt There are 53 of these rather than a hundred and seventy, because a page nobody searches for is a liability rather than an asset. ## Compare Index: https://www.veedio.co/vs. Every page is sourced and dated, names what the other product does better, and never prints a number we have not verified. - [Veedio vs Revid](https://www.veedio.co/vs/revid): Revid renders around 100,000 videos a month and publishes around 30,000 of them, by their own count. Two in three never reach an audience, and closing that gap is the only thing we are trying to be better at. - [Veedio vs Pictory](https://www.veedio.co/vs/pictory): Pictory turns a script, a blog post or a recording into video cut from a stock library. Veedio generates every frame from the script instead, and lets you try that before you have an account. - [Veedio vs InVideo](https://www.veedio.co/vs/invideo): InVideo bundles the frontier video models and a stock library behind a credit currency. Veedio runs one narrow pipeline, shows you the script before you pay, and starts at $19. - [Veedio vs Fliki](https://www.veedio.co/vs/fliki): Fliki is voice-first: thousands of voices in eighty-plus languages, over slideshow-style visuals. Veedio is visual-first — five voices that narrate 29 languages — and does not gate the output. - [Veedio vs OpusClip](https://www.veedio.co/vs/opusclip): OpusClip cuts long footage you already have into clips. Veedio generates short videos when you have no footage at all. These are different jobs and most people only have one of them. - [Veedio vs Submagic](https://www.veedio.co/vs/submagic): Submagic captions and polishes footage you filmed. Veedio takes no video and no audio at all, so it cannot touch your footage — this page exists to say that before you waste a click. - [Veedio vs CapCut](https://www.veedio.co/vs/capcut): CapCut is the editor you open when you filmed something. Veedio is the generator you open when you did not. Almost everybody who uses one eventually uses both. ## Trending Index: https://www.veedio.co/trending. Public, no-signup pages ranking YouTube Shorts by views per day since publish, from the YouTube Data API. We index nothing; we query and cache for a day, and every card links back to YouTube. - [Trending Shorts](https://www.veedio.co/trending/youtube-shorts): the fastest-moving Shorts across every tracked niche - [Faceless channels](https://www.veedio.co/trending/youtube-shorts/faceless): Channels that post daily with nobody on camera — the format most of this site is built for. - [Motivation](https://www.veedio.co/trending/youtube-shorts/motivation): Short-form motivational content, which is the most crowded niche on the platform and still moves. - [Psychology facts](https://www.veedio.co/trending/youtube-shorts/psychology-facts): Counter-intuitive claims about behaviour, one per video — the highest-retention facts format there is. - [Space facts](https://www.veedio.co/trending/youtube-shorts/space-facts): Astronomy at feed length, where the visuals are usually the weakest part of the video. - [History](https://www.veedio.co/trending/youtube-shorts/history): One event, one detail, one minute. The niche where being specific beats being broad. - [Personal finance](https://www.veedio.co/trending/youtube-shorts/personal-finance): Money explained quickly, for people who did not come here for a spreadsheet. - [Fitness](https://www.veedio.co/trending/youtube-shorts/fitness): Training and form content, where the on-camera half dominates and the explainer half does not. - [Cooking](https://www.veedio.co/trending/youtube-shorts/cooking): Recipes at speed. The one niche where a real kitchen still beats anything generated. - [Productivity](https://www.veedio.co/trending/youtube-shorts/productivity): Systems, tools and habits — a niche that rewards a specific method over general advice. - [AI tools](https://www.veedio.co/trending/youtube-shorts/ai-tools): The fastest-moving and fastest-decaying niche here: half of these will be wrong within a quarter. - [Study tips](https://www.veedio.co/trending/youtube-shorts/study-tips): Revision and exam technique, with a seasonal audience that is enormous twice a year. - [Horror stories](https://www.veedio.co/trending/youtube-shorts/horror-stories): Narrated horror, which compresses into a minute better than almost any other kind of fiction. - [Car facts](https://www.veedio.co/trending/youtube-shorts/car-facts): Engineering, history and trivia about cars — a niche with an unusually knowledgeable audience. - [Sports facts](https://www.veedio.co/trending/youtube-shorts/sports-facts): Records, rules and moments. Almost entirely archive footage, which is what makes it hard to enter. - [Tech news](https://www.veedio.co/trending/youtube-shorts/tech-news): The niche we deliberately do not sell a tool for: a tool page takes a topic, and a model's knowledge of this week is stale. Hand article-to-video the story's link instead. - [Book summaries](https://www.veedio.co/trending/youtube-shorts/book-summaries): One idea from one book. Works best when it argues with the book rather than summarising it. - [Language learning](https://www.veedio.co/trending/youtube-shorts/language-learning): Vocabulary and phrases in short bursts, narrated in the language being taught — 29 of them are available. - [Mindset](https://www.veedio.co/trending/youtube-shorts/mindset): Adjacent to motivation and usually better, because it argues for something rather than asserting it. - [Travel](https://www.veedio.co/trending/youtube-shorts/travel): Destinations and advice. The half that is somebody's own footage is not a niche we can serve. - [Pets](https://www.veedio.co/trending/youtube-shorts/pets): The oldest format on the internet, and the one where real footage is the entire product. ## Optional - [Terms](https://www.veedio.co/terms): the agreement - [Privacy](https://www.veedio.co/privacy): what is stored and for how long - [Workflow markdown](https://www.veedio.co/docs/workflows/prompt-to-video.md): the reference an agent should fetch instead of the HTML page