YepAPI

Command Palette

Search for a command to run...

ByteDanceVideo Generation/v1/media/queue

Seedance 2.0

AI video generation API powered by ByteDance's Seedance 2.0. Generate videos from text, images, or video references with built-in audio generation.

High-quality video generation from text, images, video, or audio. Supports 4-15 second durations, flexible aspect ratios, optional audio generation, and image-to-video with first/last frame control. Powered by ByteDance's Seedance 2.0 via BytePlus ModelArk.

No credit card required. Takes 30 seconds.

2,400+

Developers

1.2M+

API calls served

100+

Endpoints

$0.01

Per call

Yep, that's it.

Try it live

Enter a prompt and generate a video with Seedance 2.0.

POST/v1/media/queue

Drop image or click to upload

For image-to-video (first/last frame or reference)

Response

Sample output — run the API to generate your own

Pricing

Token-based: ~$14.0/1M tokens (varies by resolution and duration)

Endpoint

/v1/media/queue

Strengths

Text-to-video

Seedance 2.0 generates video directly from a text prompt, producing 4-15 second clips with coherent motion and scene composition.

Image-to-video

Animates a still image into motion, with first- and last-frame control to pin the start and end of the generated clip.

Built-in audio

Optionally generates synced audio alongside the video, so a single request can return a clip with sound.

4-15s duration

Supports clip durations from 4 to 15 seconds, giving more length than many competing generators in one pass.

Flexible aspect ratios

Renders in a range of aspect ratios for landscape, portrait, and square outputs to fit any platform.

First/last frame control

Lets you supply a first and/or last frame so the generated motion interpolates between defined keyframes for precise transitions.

Quick start

Copy this snippet and start making calls with Seedance 2.0.

// Step 1: Submit job
const res = await fetch('https://api.yepapi.com/v1/media/queue', {
  method: 'POST',
  headers: {
    'x-api-key': 'YOUR_API_KEY',
    'Content-Type': 'application/json',
  },
  body: JSON.stringify({
    "model": "bytedance-seed/seedance-2-0",
    "prompt": "A golden retriever running through a field of wildflowers at sunset, slow motion, cinematic depth of field, warm light filtering through petals",
    "options": {
      "aspectRatio": "16:9",
      "resolution": "1080p",
      "duration": "6"
    }
  }),
});
const { data } = await res.json();
const jobId = data.jobId;

// Step 2: Poll for result
const status = await fetch(`https://api.yepapi.com/v1/media/status/${jobId}`, {
  headers: { 'x-api-key': 'YOUR_API_KEY' },
});
const { data: job } = await status.json();
// job.status: "pending" | "processing" | "completed" | "failed"
// job.result: { text?, image?, audio?, video? }

Why use Seedance 2.0 through YepAPI?

One API key for all models — no separate accounts
No monthly minimums — pay per call
Switch models with one line of code
Simple REST API — works from any language
Unified billing across all providers
No rate limits for most use cases

Seedance 2.0 API: flexible AI video with built-in audio

Seedance 2.0 is ByteDance's high-quality video generation model, producing 4-15 second clips from text, images, video, or audio references. It stands out for built-in audio generation, flexible aspect ratios, and first/last-frame control for precise transitions.

Through YepAPI you generate Seedance 2.0 videos with one API key on the media queue endpoint, with token-based pricing that varies by resolution and duration — roughly $14/1M tokens at cost.

What is Seedance 2.0?

Seedance 2.0 is a video generation model from ByteDance (the Seed team). It creates clips of 4 to 15 seconds from a variety of inputs — text prompts, reference images, video, or audio — and can optionally generate synced audio alongside the visuals. It supports flexible aspect ratios for landscape, portrait, and square formats, plus first- and last-frame control so you can pin the exact start and end of a clip and let the model interpolate the motion between them. Seedance 2.0 is well suited to creators who want longer single-pass clips, multimodal conditioning, and sound, all from one model.

Build with Seedance 2.0 via YepAPI

Generate video by submitting a prompt — optionally with a reference image, first/last frame, or audio — to the YepAPI media queue using one API key. You poll the asynchronous job and download the finished clip when rendering completes, with audio baked in if you enabled it. The queue handles the GPU work, so your app just enqueues and collects results. The same key reaches every video model in the catalog, letting you mix Seedance with other generators in a single pipeline without re-authenticating.

Seedance 2.0 API pricing — Token-based, ~$14.0/1M tokens (varies by resolution and duration)

Seedance 2.0 uses token-based pricing that scales with resolution and clip duration, around $14.0 per 1M tokens at cost. Longer or higher-resolution clips consume more tokens, so a quick low-res test costs far less than a full 15-second high-res render with audio. You pay only for what you generate, and one YepAPI balance covers Seedance 2.0 alongside every other model on the platform.

Seedance 2.0 for longer clips with sound

Seedance 2.0 is the model to choose when you need more than a few seconds and want audio in the same pass — short narratives, music-driven clips, product demos, and social videos that benefit from synced sound. First/last-frame control makes it strong for precise transitions and looping content, while flexible aspect ratios let you target vertical feeds or widescreen alike. Image-to-video lets you animate existing key art into motion with sound attached.

Try Seedance 2.0 free

Start with $5 in free credit — no card needed. Sign up, grab your API key, and generate a Seedance 2.0 clip with built-in audio to see its quality and flexibility before you spend.

Start generating in 30 seconds

$5 free credit on signup. No credit card required. Pay per call.

What developers say

Switched from SerpAPI and cut our SERP costs by 80%. Same data quality, way simpler billing.

Marcus T.

SEO Platform Founder

One API key for AI models, SERP data, and web scraping. Saved us from managing 4 separate providers.

Priya S.

Full-Stack Developer

The $5 free credit let us prototype our entire rank tracking feature before committing. No other API does that.

Jake R.

Indie Hacker

Frequently asked questions

High-quality video generation from text, images, video, or audio. Supports 4-15 second durations, flexible aspect ratios, optional audio generation, and image-to-video with first/last frame control. Powered by ByteDance's Seedance 2.0 via BytePlus ModelArk.

Pricing for Seedance 2.0 through YepAPI is based on usage. No monthly minimums — you only pay for what you use.

Sign up for a free API key, then send requests to the /v1/media/queue endpoint.

Ready to use Seedance 2.0?

$5 free credit on signup. No credit card required. Pay per call.

Explore more models