# MakeAIVideo > AI video generation platform. Make AI videos from a single prompt, with AI avatars, voiceovers, scenes, captions, and music. MakeAIVideo is a web-based AI video creation platform. Users describe a topic, pick a style (talking-head with an AI character, or cinematic narration over AI-generated scenes), and the platform produces a finished video including narration audio, generated visuals, captions, and music, stitched and rendered automatically. ## Documentation - [Home](https://makeaivideo.ai/): Landing page with overview, how-it-works, use cases, FAQ - Output languages: 24, including English, Spanish, Portuguese, French, German, Hindi, Arabic, Japanese, Korean, Chinese and Indonesian. Script, voiceover and captions are generated in the chosen language. - [Pricing](https://makeaivideo.ai/pricing): Monthly plans with credits included. Lite $9/mo (450 credits), Solo $19 (1,000), Plus $29 (1,600), Pro $49 (2,800). Yearly billing is ten months' price. The allowance is topped back up in full on every billing date; unused plan credits do not carry over, which is what the top-up packs are for. Separate one-time top-up packs are available when a month runs heavy: Spark $9 (400 credits), Boost $19 (900), Stack $39 (2,000), Bulk $79 (4,500); top-up credits NEVER expire, stack on top of the monthly allowance, and are spent only after it runs out. - [Help center](https://makeaivideo.ai/help): Common questions about credits, generation, billing, and account - [Free tools](https://makeaivideo.ai/tools): Hook generator, idea generator, YouTube title generator, caption character counter - [Blog](https://makeaivideo.ai/blog): Notes on AI video generation, scripting, voice, scenes, captions - [Privacy Policy](https://makeaivideo.ai/legal/privacy): How user data is collected, processed, and stored - [Terms of Service](https://makeaivideo.ai/legal/terms): Usage terms, account responsibilities, content rights - [AI Disclosure](https://makeaivideo.ai/legal/ai-disclosure): Which AI models are used, what they generate, and provenance markers ## Public API There is a public REST API and an MCP server. Both are authenticated with an organization API key (`Authorization: Bearer mav_...`) carrying `read`, `write` and `ai` scopes. There are no unauthenticated endpoints on the apex marketing domain itself. - [API documentation](https://makeaivideo.ai/docs): Overview, response envelope, and the core create-poll-download loop - [Quickstart](https://makeaivideo.ai/docs/quickstart): API key to finished MP4 with curl - [Authentication](https://makeaivideo.ai/docs/authentication): Bearer keys, scopes, device-code login - [Webhooks](https://makeaivideo.ai/docs/webhooks): HMAC-SHA256 signed deliveries, retry schedule, verification examples - [MCP server](https://makeaivideo.ai/docs/mcp): Connect from Claude or ChatGPT as a custom connector - [OpenAPI document](https://makeaivideo.ai/openapi.json): Machine-readable spec for the v1 API REST base URL: `https://app.makeaivideo.ai/api/v1` MCP endpoint: `https://mcp.makeaivideo.ai` ## Account access - Sign up: https://app.makeaivideo.ai/signup (choose a plan at signup; plans start at $9/month and renew monthly until cancelled) - Log in: https://app.makeaivideo.ai/login