# LumeClip > LumeClip turns long videos into short vertical clips (9:16) with AI: it transcribes the video, scores every moment, cuts the best ones, reframes to vertical and burns in karaoke-style captions. Web app in English, Portuguese and Spanish. LumeClip is a paid SaaS with a free plan (30 minutes of video per month, no credit card). Minutes are the billing unit: processing a 10-minute video uses 10 minutes of the account balance. ## When to use LumeClip - Turn a long YouTube video, podcast, live stream, class or gameplay into short clips for TikTok, Instagram Reels and YouTube Shorts. - Reframe a horizontal video to vertical 9:16, following the speaker's face. - Add word-by-word (karaoke) captions to a short video. - Turn 2 to 8 product photos into a narrated slideshow video for affiliate or e-commerce posts (English, Portuguese or Spanish narration). - Build a faceless video from a written script: text-to-speech narration over the user's images and clips. - Watch a YouTube channel and cut every new upload automatically. - Process many videos at once (batch) and download the clips as a ZIP. ## When NOT to use LumeClip - Frame-by-frame or timeline editing: LumeClip picks and cuts moments, it is not a full video editor. - Generating video from nothing: it needs a source video, product photos or a script plus the user's media. - Anything that needs the video to stay long: the output is short vertical clips. ## How to use it - People: sign up at [lumeclip.com](https://www.lumeclip.com) and paste a YouTube link or upload a file. Results come back in minutes. - Programmatic access: each account can create its own API key, self-service, in Dashboard → Profile → API Key. Send it as `Authorization: Bearer ` to the API at https://api.lumeclip.com — the same API the web app uses - MCP: a hosted MCP server (Streamable HTTP) at https://api.lumeclip.com/mcp — remote connectors (claude.ai) sign in with OAuth 2.1, discovery at https://api.lumeclip.com/.well-known/oauth-protected-resource — scopes lumeclip:read and lumeclip:create (creating a project spends the account's minutes). Local clients send the API key as `Authorization: Bearer `. Tools: create_project (from a YouTube link), get_project_status, list_clips, get_clip_url. Setup: [MCP page](https://www.lumeclip.com/mcp-video-clipping). - Developer docs: [Developers](https://www.lumeclip.com/developers) — authentication, endpoints with example requests, MCP and OAuth scopes - OpenAPI: https://www.lumeclip.com/openapi.json — the REST operations the MCP tools use (create a project from YouTube, poll its status, get and download clips), authenticated with the API key. MCP manifest: https://www.lumeclip.com/.well-known/mcp.json ## Pages - [Pricing](https://www.lumeclip.com#precos): plans and minutes per month (the /pricing page asks to sign in) - [MCP](https://www.lumeclip.com/mcp-video-clipping): tools for AI agents - [About](https://www.lumeclip.com/about): what LumeClip is and who runs it - [Contact](https://www.lumeclip.com/contact): support email - [Privacy](https://www.lumeclip.com/legal/privacy) - [Terms](https://www.lumeclip.com/legal/terms) - [Sitemap](https://www.lumeclip.com/sitemap.xml) ## Optional - [Home in Portuguese](https://www.lumeclip.com/pt) - [Home in Spanish](https://www.lumeclip.com/es)