curl --request POST \
--url https://castar.world/openapi/v2/aigc/video/viduq3-pro/create \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"model": "viduq3-pro",
"prompt": "<string>",
"duration": 8.5,
"seed": 123,
"resolution": "720p",
"aspectRatio": "16:9",
"audio": true,
"bgm": false,
"offPeak": false,
"image": "<string>"
}
'