{
"model": "sora2-portrait-12s",
"prompt": "一只猫在草地上奔跑",
"image_url": "https://example.com/image.jpg" // 可选
}curl --location --request POST '/v1/video/generations' \
--header 'Authorization: Bearer {your_token}' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "sora2-portrait-12s",
"prompt": "一只猫在草地上奔跑",
"image_url": "https://example.com/image.jpg" // 可选
}'{
"id": "gen_xxxxxxxxxxxx",
"object": "video.generation.job",
"model": "sora2",
"status": "queued",
"progress": 0,
"created_at": 1770405483,
"seconds": "12"
}