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

  1. Create an API key in your Img2Vid account.
  2. Call GET /api/v1/media_models for direct media models, or GET /api/v1/apps for preconfigured app workflows.
  3. Upload source assets with POST /api/v1/files when a workflow requires images, videos, or audio.
  4. Create a task with POST /api/v1/generations or POST /api/v1/apps/[app]/generations.
  5. Poll the task until it reaches success or failed.

Model-specific API pages are grouped in the sidebar under Video Models, Image Models, and Chat Models.