What’s new in the VideoGen API. Each entry below covers a single release window with breaking changes, new endpoints, fixes, and SDK updates.
- Subscribe to releases via the RSS feed.
- For machine-readable history, fetch each entry as Markdown by appending
.mdto its URL (for example, /changelog/2026/5/5.md). - For the complete documentation index, see /llms.txt.
v0.0.12 – v0.0.15
- Webhooks: Added
POST /v1/webhooks/endpointsandDELETE /v1/webhooks/endpoints/{id}for managing webhook subscriptions - File upload webhooks: New
file.*event types (file.upload.completed,file.playback_ready,file.download_ready,file.analysis_completed,file.analysis_failed) - File uploads: Added
POST /v1/files/uploadfor uploading your own media via the API - File search: Added
POST /v1/files/searchfor semantic search across generated and uploaded files - Public preview: Added
enable-public-previewanddisable-public-previewendpoints for files - Improved storage file schema with nullable fields and proper type annotations
- Python SDK (
videogen) published to PyPI