curl --request POST \
--url https://castar.world/openapi/v2/aigc/video/seedance-2.0/create \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"model": "seedance-2.0",
"mode": "std",
"prompt": "<string>",
"generateAudio": true,
"resolution": "480p",
"aspectRatio": "16:9",
"duration": 9.5,
"feature": {
"generationType": "Text2Video",
"webSearch": false
}
}
'