Skip to content

JSON Videos

Dan edited this page May 18, 2026 · 11 revisions

Bare Minimum JSON Video

{
    "scenes": [
        {
            "html": "<html><body></body></html>",
            "speech": "",
            "duration": "auto",
            "comment": "Scene 1"
        },
		{
            "html": "<html><body></body></html>",
            "speech": "",
            "duration": "auto",
            "comment": "Scene 2"
        },
		{
            "html": "<html><body></body></html>",
            "speech": "",
            "duration": "auto",
            "comment": "Scene 3"
        }
    ],
    "audio": "data:audio/mpeg;base64,"
}

Prototyping Links

Make a video in Google Cloud

Watch Your Videos

Documentation & Repos

Overview Videos

Start with this one for Claude:

video-overview_compressed.mp4

Then this one for Google ADK on Cloud Run:

agk-agent-overview_compressed.mp4

Clone this wiki locally