curl --location --request POST '/volc/v1/contents/generations/tasks' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "doubao-seedance-1-0-pro-250528",
"content": [
{
"type": "text",
"text": "Multiple shots. A detective enters a dimly lit room, checks clues on the table, picks up an object; cut to him contemplating. --ratio 16:9"
// text": "Multiple shots. A detective enters a dimly lit room. He checks clues on the table, picks up an item; cut to him thinking. --rs 720p --rt 16:9 --dur 5 --fps 24 --wm true --seed 11 --cf false"
}
]
}'