⚠️ 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).
| Resource | Status | Action |
|---|---|---|
| Get API Key | 🟡 Waitlist | Request Access Here |
| Seedance 2.5 Preview | 🟣 New | View Seedance 2.5 Repo |
| Video Samples | 🟢 Live | View Demo GIFs below |
| Python SDK | 🔵 Preview | View Code Example |
(Note: Native 2K resolution generation with advanced cinematic character control. Seedance 2.5 related updates are also being tracked.)
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())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: Is there a Seedance 2.5 version? A: Yes. Seedance 2.5 related access notes and updates are tracked here: Seedance 2.5 Preview Repo.
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, Seedance 2.5, and related SeedDance workflows are often compared with current professional AI video models.
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.

