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-fast-251015",
"content": [
{
"type": "text",
"text": "Multiple shots. A detective enters a dimly lit room. He examines clues on the desk and picks up an object from the desk. The camera pans to show him thinking. --ratio 16:9"
// text": "Multiple shots. A detective enters a dimly lit room. He examines clues on the desk and picks up an object from the desk. The camera pans to show him thinking. --rs 720p --rt 16:9 --dur 5 --fps 24 --wm true --seed 11 --cf false"
}
]
}'