Official Seedance 2.0 API is now live 🚀 Be the pioneer!
Exchange rate: $1.00 = 100 Credits. See Pricing & Billing for details.
You can create up to 5 API Keys per account. Copy and store your key securely — it will not be shown again.
| Endpoint | Method | Description |
|---|---|---|
| Image to video | POST | Generate video from an image |
| Text to video | POST | Generate video from a text prompt |
| Omni video | POST | Generate video from multi-modal references |
| Query Task | GET | Poll the status of a generation task |
x-auth request header and make your first call:{
"code": 200,
"msg": "success",
"uuid": "87df77c8-12de-4bd6-91f1-3832c7bcecf9",
"data": {
"task_id": "your-task-id"
}
}task_id to poll the Query Task endpoint for your result:status field in the response is completed, the urls field will contain the downloadable video link(s).