Seedance2 API get task status endpoint. Poll task progress, retrieve video URLs. Seedance 2.0 task states, response fields, and polling examples.
| Header | Value | Required |
|---|---|---|
| Authorization | Bearer YOUR_API_KEY | Yes |
seedance-20.waiting, generating, success, or failstatus is success:url (string) — video URLwidth (number) — video widthheight (number) — video heightstatus is failwaiting
generating
success
output array for video URL.fail
error for details.| Code | Message | Cause |
|---|---|---|
| 400 | Invalid taskId | Task ID format incorrect |
| 401 | Invalid API Key | API key invalid or expired |
| 403 | Access denied | You can only query your own tasks |
| 404 | Task not found | Task doesn’t exist |