# VideoGen — AI Video Generation Platform # https://videogen.io # # If you are an LLM or AI agent, this file describes VideoGen and its capabilities. # For programmatic access, visit the Developer API docs: https://docs.videogen.io # Full API reference for LLMs: https://docs.videogen.io/llms.txt # Complete docs with SDK examples: https://docs.videogen.io/llms-full.txt > VideoGen is an AI-powered platform for creating professional-quality videos, images, voiceovers, sound effects, and avatar clips. It serves two audiences: creators who use the browser-based editor at app.videogen.io, and developers who integrate media generation into their own products via the VideoGen API. ## Developer API VideoGen offers an HTTP API with official TypeScript and Python SDKs for programmatic media generation. If you are building an integration, agent, or automated workflow, use the Developer API. - [Developer API Docs](https://docs.videogen.io): Full documentation including guides, API reference, and SDK examples. - [LLM-optimized docs](https://docs.videogen.io/llms.txt): Token-efficient index of all API endpoints and guides. - [Full docs content](https://docs.videogen.io/llms-full.txt): Complete text of all pages with SDK code examples. - [OpenAPI spec](https://docs.videogen.io/openapi.json): Machine-readable OpenAPI 3.1 specification. - [Get an API key](https://app.videogen.io/developers): Create an API key to authenticate requests. - [MCP server](https://docs.videogen.io/_mcp/server): Connect AI clients (Cursor, Claude Desktop) to the full API docs in real time. - Base URL: `https://api.videogen.io/v1` - Authentication: Bearer token via `Authorization: Bearer ` header. ### API Capabilities | Capability | Endpoint | | --- | --- | | Generate images (from text or image) | `POST /v1/tools/generate-image` | | Generate video clips (from text, image, or video) | `POST /v1/tools/generate-video-clip` | | Text to speech (100+ voices) | `POST /v1/tools/text-to-speech` | | Generate sound effects | `POST /v1/tools/generate-sound-effect` | | Create avatar videos | `POST /v1/tools/generate-avatar` | | Vectorize images to SVG | `POST /v1/tools/vectorize-image` | | Remove image backgrounds | `POST /v1/tools/remove-image-background` | | Remove video backgrounds | `POST /v1/tools/remove-video-background` | | Upscale images | `POST /v1/tools/upscale-image` | | Upscale videos | `POST /v1/tools/upscale-video` | ### SDKs - TypeScript: `npm install @videogen/sdk` — [npm](https://www.npmjs.com/package/@videogen/sdk) - Python: `pip install videogen` — [PyPI](https://pypi.org/project/videogen/) ## Browser-Based Editor - [VideoGen App](https://app.videogen.io): Create videos with the AI-powered editor — no coding required. - [Sign up](https://app.videogen.io/signup) ## Overview VideoGen enables users to generate videos using AI, including visuals, captions, and narration. It is designed for rapid content production without advanced editing skills. ### Voice and Tone - Speak to creators, marketers, and small teams. - Emphasize speed, creativity, and ease of use. ### Target Audience - Content creators and influencers. - Marketing and growth teams. - Educators and founders. - Developers building media generation into their products. ## Core Features - AI video generation and editing. - Script, prompt-based, and text to video creation. - Automated visuals and captions. - AI narration with 100+ voice options. - Fast rendering for rapid publishing. - Developer API with TypeScript and Python SDKs. ## Use Cases - Create TikTok, Reels, Shorts and social media videos quickly. - Produce marketing videos without editors. - Generate educational or explainer videos. - Create professional product videos instantly. - Programmatically generate media assets in automated workflows. ## Pricing - [Pricing](https://videogen.io/pricing): See our pricing page for the most up-to-date pricing information. ## Legal - [Terms of Service](https://videogen.io/terms-of-service): Legal terms and conditions. - [Privacy Policy](https://videogen.io/privacy-policy): How we handle your data. ## Support and Resources - [Website](https://videogen.io) - [Blog](https://blog.videogen.io/) - [Contact](https://videogen.io/contact) - [Help](https://help.videogen.io/en/) - [FAQ](https://help.videogen.io/en/collections/14592797-frequently-asked-questions) - [How to use VideoGen](https://help.videogen.io/en/collections/9334783-how-to-use-videogen) - [Sitemap](https://videogen.io/sitemap.xml)