Use the bytedance-video endpoint to create and manage video generation tasks via POST /volc/v3/contents/generations/tasks, with flexible parameters.
{
"id": "021773297205999example"
}doubao-seedance-1-5-pro-251215 as the current production example for this route.content array.Build the content array
Submit the task
callback_url when you create the task.Poll until output arrives
content.video_url is present.Bearer token authentication. Use your CometAPI key.
ByteDance Seedance video model id. Choose a current model from the Models page. A current production example is doubao-seedance-1-5-pro-251215, which supports both text-only and image-guided requests through the same content array.
"doubao-seedance-1-5-pro-251215"
Ordered input items for the task. Put the main text instruction first. Add image items when you need first-frame or last-frame guidance.
Show child attributes
Optional webhook URL for task status notifications.
Task accepted.
Task id for later polling.
{
"id": "021773297205999example"
}