Developer-first video infrastructure

Build with the most capable video APIs

Generation, lip sync, captions, background removal and green screen. Flexible APIs that fit directly into your product stack.

Start creating free

IMAGE TO VIDEO

Motion 1.0

Animate a still image with a prompt and audio. Create natural movement, synced speech and expressive motion.

Abstract lime-lit creative studio scene with a silhouetted operator facing a glowing video render
NorthstarKairoMorrowVantaAsterSolacePicoOrbitNiloCinder

How it works

01

Get an API key

Create an account and copy your secure Vidione API key.

02

Add the SDK

Install the client in your project with npm, yarn or pnpm.

03

Make your first request

Pass a media URL and a few parameters, then receive processed video in seconds.

04

Scale with confidence

Usage-based billing lets you process one video or thousands without fixed commitments.

import { vidione } from "@vidione/client";

const result = await vidione.render(
  "motion-1.0",
  {
    input: {
      audio_url: "https://example.com/audio.mp3",
      image_url: "https://example.com/photo.png",
      resolution: "720p"
    }
  }
);

console.log(result.data);

Why builders choose us

Ship production-ready video features faster with APIs made for real workloads.

Affordable, volume-friendly pricing

Pay by the second, minute or frame depending on the API. No subscriptions or minimums, with costs that stay transparent as usage grows.

Production-ready output

Reliable results across every endpoint, with accurate lip sync, clean edges, high-resolution support and professional export formats.

Simple, developer-first setup

Clear inputs, familiar media formats and straightforward responses. Go from an idea to a working integration in minutes.

Clear, transparent pricing

Pay for what you use. No subscriptions, no minimum commitments.

Video to video

Green Screen

Standard

$0.025/ 30 frames

Video to video

Background Removal

Standard

$0.015/ 30 frames

Refine edges

$0.0225/ 30 frames

Fast

$0.008/ 30 frames

Fast refine edges

$0.012/ 30 frames

Image to video

Motion 1.0

Regular 480p

$0.08/ second

Regular 720p

$0.15/ second

Fast 480p

$0.10/ second

Fast 720p

$0.20/ second

Video to video

Captions

Basic, up to 1080p

$0.10/ minute

Basic, above 1080p

$0.20/ minute

Dynamic, up to 1080p

$0.20/ minute

Dynamic, above 1080p

$0.40/ minute

Video to video

Lip Sync 2.0

Standard

$0.07/ second

Questions & answers:

Vidione provides APIs for video generation, captions, avatars, lip sync, green screen and background removal.

Long-running video jobs run asynchronously, returning a job reference that your application can use to monitor progress.

Yes. Configure a webhook endpoint to receive a notification when processing completes or requires attention.

Use standard image, audio and video URLs. Each endpoint documents accepted codecs, resolutions and output formats.

Vidione is designed for production workloads, with usage-based processing that can grow from individual renders to large batches.

It lets your product create or transform video through code by sending media inputs, prompts and rendering parameters to an AI model.

Generate an API key, install the client or use HTTP directly, then send your media URLs and parameters to the endpoint you need.