Product demos
Turn feature descriptions into short explainer clips for landing pages and onboarding.
Use the Seedance 2.0 Mini API to seedance 2 Mini is a lightweight AI video generation model built for fast, controllable short-form video creation from text and image prompts, offering smooth motion, reference-guided consistency, and efficient creative iteration for ads, social content, and visual prototyping.
Official Seedance 2.0 Mini API access by ByteDance - REST endpoints, live playground & developer docs on VideoGenAPI.
Best for: Developers and teams building AI video features into products.
Explore the interface and see how easy it is to generate videos with Seedance 2.0 Mini. Sign up for free to start creating!
Discover what's possible with Seedance 2.0 Mini AI video generation
The Seedance 2.0 Mini API is a REST interface that lets developers generate AI videos programmatically using ByteDance's Seedance 2.0 Mini model. It supports text-to-video, image-to-video through a single POST endpoint. VideoGenAPI handles authentication, billing, and provider infrastructure - you only need one API key to start building with the Seedance 2.0 Mini API.
Integrate the Seedance 2.0 Mini API in your app in under 5 minutes with these four steps.
Sign up free at VideoGenAPI.com and generate your API key from the dashboard. No ByteDance account needed.
POST to https://videogenapi.com/api/v1/generate with your API key, model "seedance-2-mini", and a text prompt describing your video.
Use the returned generation_id to check status via GET /api/v1/status/{id} or configure webhooks for automatic notifications.
Once status is "completed", retrieve the video URL from the response and embed it in your app, website, or workflow.
Seedance 2.0 Mini is ByteDance's AI video generation model, accessible through the Seedance 2.0 Mini API on VideoGenAPI. Seedance 2 Mini is a lightweight AI video generation model built for fast, controllable short-form video creation from text and image prompts, offering smooth motion, reference-guided consistency, and efficient creative iteration for ads, social content, and visual prototyping. The Seedance 2.0 Mini API supports 1080p output with 5–15 seconds clips, average processing in ~88 seconds. Integrate with a single REST endpoint - no separate ByteDance account required.
Turn feature descriptions into short explainer clips for landing pages and onboarding.
Generate vertical or horizontal clips for TikTok, Reels, and YouTube Shorts at scale.
Test visual concepts before committing to full production budgets.
Quick start guide to integrate Seedance 2.0 Mini in your application
{
"model": "seedance-2-mini",
"prompt": "A cinematic drone shot gliding over misty mountains at golden hour, smooth camera motion",
"duration": 10,
"resolution": "480p"
}
{
"success": true,
"generation_id": "gen_abc123xyz",
"status": "in_progress",
"estimated_time": 88}
const response = await fetch('https://videogenapi.com/api/v1/generate', {
method: 'POST',
headers: {
'Content-Type': 'application/json',
'Authorization': 'Bearer YOUR_API_KEY'
},
body: JSON.stringify({
model: 'seedance-2-mini',
prompt: 'A cinematic drone shot gliding over misty mountains at golden hour, smooth camera motion',
duration: 10 })
});
const data = await response.json();
console.log(data.generation_id);
Transparent pay-per-use pricing for the Seedance 2.0 Mini API - no monthly minimums, no hidden fees.
Available on your VideoGenAPI balance with pay-as-you-go billing
Join thousands of developers using VideoGenAPI for the most affordable AI video generation