Img2Vid Docs
Img2Vid is a professional AI creative production platform for generating images and videos with production-ready media models, reusable media uploads, credit-based billing, and asynchronous generation tasks.
Start with the API
Use the Img2Vid API when you want to call Img2Vid models from your own backend service.
Public API workflow
- Create an API key in your Img2Vid account.
- Call
GET /api/v1/media_modelsfor direct media models, orGET /api/v1/appsfor preconfigured app workflows. - Upload source assets with
POST /api/v1/fileswhen a workflow requires images, videos, or audio. - Create a task with
POST /api/v1/generationsorPOST /api/v1/apps/[app]/generations. - Poll the task until it reaches
successorfailed.
Model-specific API pages are grouped in the sidebar under Video Models, Image Models, and Chat Models.