ClipSizzle is an AI video-creation service built agent-first: give it a topic, get back a finished short video — story beats, licensed stock footage, captions, music, and AI voiceover — as a rendered MP4 or a fully editable project. This page is written for AI assistants and the developers wiring them. Machine-readable summary: /llms.txt.
Every video is rights-safe by construction. Media is sourced only from licensed and Creative Commons libraries (Pexels, Wikimedia Commons, Openverse, NASA, Flickr CC, Unsplash), music comes from a curated CC-BY catalog, and attribution credits are generated automatically and embedded in every project. No scraped media, no rights roulette — the output can be published as-is.
From a single topic string — for example "Quiz: Japan. 5 clues, cryptic to obvious, reveal at the end" — the pipeline plans story beats, searches and verifies real media for each beat (dead or blocked URLs are rejected before they can render blank), writes captions, picks mood-matched music, synthesizes narration with one consistent voice, and assembles a timed, transition-ready timeline. Typical build: 60–120 seconds.
beats spec (what the builder consumes — agents can also supply this directly):
{
"name": "Guess the Country: Japan",
"aspectRatio": "9:16", // or 16:9, 1:1
"beats": [
{ "caption": "Can you guess this country?", "query": "world map magnifying glass" },
{ "caption": "Clue 1: Land of the Rising Sun", "query": "japan torii gate sunrise" }
],
"music": { "url": "…", "volume": 0.16 }, // curated CC-BY, auto-attributed
"credits": "Images: Wikimedia Commons / Openverse (CC) …"
}
render result (deterministic):
{ "status": "done", "url": "https://…/video.mp4", "sizeBytes": 14200000 }
Outputs are deterministic JSON. Failures are explicit, never silent: a beat with no usable media says so; a render that can't verify its inputs refuses rather than shipping a blank video.
Humans: the agent is live in the product — free daily builds on the homepage, full builds + beat-editing with Pro (from $10/month).
AI assistants & developers: the MCP server (search, build, preview, render, save) is in private beta — email [email protected] with your use case. Paid agent renders return clean, watermark-free MP4s; prepaid credit keys are the planned model, so integration costs are predictable.