{
"prompt": "fly",
"model": "sora-2",
"aspect_ratio": "16:9",
"hd": true,
"duration": "10",
"watermark": true,
"private": true
}curl --location --request POST '/sora/v1/video/create' \
--header 'Authorization: Bearer {{YOUR_API_KEY}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"prompt": "fly",
"model": "sora-2",
"aspect_ratio": "16:9",
"hd": true,
"duration": "10",
"watermark": true,
"private": true
}'{
"id": "sora-2:task_01k78x8drjfce8fr86pt1mt0gh",
"status": "queued",
"created_at": 1760161970274,
"model": "sora-2",
"object": "video",
"seconds": "10",
"size": ""
}