Seedance StudioSeedance Studio
{ }
For developers

The Seedance
API.

Generate AI video programmatically with ByteDance's Seedance 2.0 model. One REST call turns a prompt or image into a finished MP4 with native sound.

Why the Seedance API

One endpoint for AI video generation.

A request

Generate a video in one call.

curl https://tryseedance.ai/api/v1/generate \
  -H "Authorization: Bearer $SEEDANCE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "seedance-2.0",
    "prompt": "A cinematic dolly shot of a neon-lit alley at night, rain, steam",
    "duration": 8,
    "aspect_ratio": "16:9",
    "resolution": "1080p"
  }'

The call returns a job ID. Poll the status endpoint or register a webhook, and download the finished MP4 with sound when the render completes.

How it works

From key to rendered clip.

  1. 01

    Get an API key

    Create an account and generate a key from your dashboard. Every paid plan includes API access.

  2. 02

    Submit a generation job

    POST a prompt, references and options to the generate endpoint. You get a job ID back immediately.

  3. 03

    Receive the finished video

    Poll the job or listen on your webhook. When it's done, download the MP4 with sound from the returned URL.

Pricing

Usage-based, billed from your plan credits.

API access is included on every paid plan, starting at $14/month. You pay per second of generated video — no per-seat fees, no minimums. See full Seedance pricing.

FAQ

Seedance API FAQ.

Build with the Seedance API.

Grab a key and ship AI video generation into your product today.

Get an API key