Authorization: Bearer ********************{
"images": [],
"model": "grok-3-video-15s",
"orientation": "portrait",
"prompt": "小猫在飞行",
"duration": 10,
"watermark": false,
"private": true
}curl --location '/v1/videos' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"images": [],
"model": "grok-3-video-15s",
"orientation": "portrait",
"prompt": "小猫在飞行",
"duration": 10,
"watermark": false,
"private": true
}'{}