Authorization: Bearer ********************{
"images": [
"data:image/jpeg;base64,/9j/4AAQS"
],
"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": [
"data:image/jpeg;base64,/9j/4AAQS"
],
"model": "grok-3-video-15s",
"orientation": "portrait",
"prompt": "小猫在飞行",
"duration": 10,
"watermark": false,
"private": true
}'{}