Authorization: Bearer ********************{
"model": "seedance-2-0",
"content": [
{
"type": "text",
"text": "一只橘猫在阳光下的窗台上伸懒腰,镜头缓慢推进,电影感光影"
}
],
"duration": 5,
"ratio": "16:9"
}curl --location '/api/v3/contents/generations/tasks' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"model": "seedance-2-0",
"content": [
{
"type": "text",
"text": "一只橘猫在阳光下的窗台上伸懒腰,镜头缓慢推进,电影感光影"
}
],
"duration": 5,
"ratio": "16:9"
}'{
"id": "task_xxx",
"object": "content.generation.task",
"model": "seedance-2-0",
"status": "queued",
"created_at": 1710000000
}