Examples

Full-stack example apps using the VideoGen API.

Clone a working app and start building. Each example targets a different SDK, framework, and use case.

Coverage

Script to Video StudioAI Social ContentTalking Avatar WebhookAI Image Editor
SDKTypeScriptTypeScriptPythonPython
Agentic frameworkVercel AI SDKOpenAI Agents SDK
Web frameworkNext.js 15 + ExpressNext.js 15FastAPIGradio
Async patternWebhooks + PollingPollingWebhooksPolling
File uploadNoNoYes (audio)Yes (images)
Deploy targetSelf-hostVercelDocker / RailwayHF Spaces

Quick start

$git clone https://github.com/video-gen/videogen-examples.git
$cd videogen-examples

Then pick an example directory and follow its README. Each requires a VideoGen API key — get one at app.videogen.io/developers.

Source

All examples live in the video-gen/videogen-examples repo.