GitHub - seedance-api/seedance-api: Seedance 2.0 API (ByteDance): Unofficial Python client & documentation. Generate 2K cinematic AI videos. The engine behind Dreamina (jimeng) & Oriental Skylark. Best Sora/Kling alternative. Text-to-Video & Image-to-Video generation. · GitHub
Skip to content

seedance-api/seedance-api

Folders and files

Repository files navigation

Seedance 2.0 API (ByteDance) - Unofficial Documentation & Access

License: MIT Status: Beta Model: Seedance 2.0

⚠️ Notice: The public API endpoint is currently rolling out. Click here to join the Priority Access List to get notified immediately when we open global registration (ETA: < 24 hours).


⚡️ Quick Links

Resource Status Action
Get API Key 🟡 Waitlist Request Access Here
Video Samples 🟢 Live View Demo GIFs below
Python SDK 🔵 Preview View Code Example

🎬 Video Samples

Seedance 2.0 AI Video Demo

(Note: Native 2K resolution generation with advanced cinematic character control.)


🐍 Python API Preview

Use this code snippet to integrate Seedance 2.0 once your key is activated.

import requests

# Endpoint will be live at api.sedanceai.com
url = "https://api.sedanceai.com/v2/generate" 

payload = {
    "prompt": "Cinematic shot of a cybernetic tiger, 2k resolution, 60fps, hyper-realistic",
    "model": "seedance-2.0-turbo",  # Latest ByteDance model (Seedream architecture)
    "aspect_ratio": "16:9",
    "api_key": "YOUR_API_KEY_HERE" # Get this from the Waitlist Issue
}

# Note: This is a preview. Actual response format may vary slightly.
# response = requests.post(url, json=payload)
# print(response.json())

❓ FAQ

Q: Where can I get the Seedance 2.0 API Key?
A: We are currently limiting access to ensure system stability. Please comment on Issue #1 to join the whitelist and receive your developer credentials.

Q: Does this support Dreamina (Jimeng) and Oriental Skylark (小云雀)?
A: Yes. Seedance 2.0 is the core engine powering Dreamina (Jimeng AI), Oriental Skylark (小云雀), and ChatCut. Our API provides direct access to this underlying model.

Q: Is Seedance 2.0 a good Sora or Kling alternative?
A: Absolutely. In terms of character consistency and 2K cinematic output, Seedance 2.0 (often searched as SeedDance) outperforms many current models in professional workflows.

Q: What is the pricing for API credits?
A: We offer a Pay-as-you-go model. No monthly subscriptions are required. Detailed pricing documentation will be released to whitelisted users on Issue #1.


About

Seedance 2.0 API (ByteDance): Unofficial Python client & documentation. Generate 2K cinematic AI videos. The engine behind Dreamina (jimeng) & Oriental Skylark. Best Sora/Kling alternative. Text-to-Video & Image-to-Video generation.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

Contributors