Give it a topic. It writes the script, picks the footage, adds voiceover and subtitles, and outputs a ready-to-post video.
Configured with Gemini 2.5 Flash for script generation. Edge TTS for voiceover. Portrait and landscape formats supported.
Stock footage: A Pexels or Pixabay API key is needed for auto-fetching clips. Get one free here — add it to the config and restart the container.
For programmatic video generation, call the API directly:
POST https://moneyprinter-api.srv1603461.hstgr.cloud/api/v1/video
{
"topic": "Why AI monitoring matters for B2B sales",
"voice": "en-US-JennyNeural",
"video_subject": "AI Competitive Intelligence"
}
Check the Swagger docs for full parameters.