model、content、resolution、callback_url、service_tier 等必要字段,其余字段会原样透传给火山上游。false、数值 0、-1 等显式零值会被保留。{
"model": "dreamina-seedance-2-0-260128",
"content": [
{
"type": "text",
"text": "猫在阳光下的窗台上"
}
],
"resolution": "720p",
"ratio": "16:9",
"duration": 5,
"generate_audio": true,
"watermark": false
}curl --location 'https://token.wy.cn/contents/generations/tasks' \
--header 'Content-Type: application/json' \
--data '{
"model": "dreamina-seedance-2-0-260128",
"content": [
{
"type": "text",
"text": "猫在阳光下的窗台上"
}
],
"resolution": "720p",
"ratio": "16:9",
"duration": 5,
"generate_audio": true,
"watermark": false
}'{
"id": "task_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
}