Authorization: Bearer ********************{
"images": [],
"model": "sora-2",
"orientation": "portrait",
"prompt": "make animate",
"size": "large",
"duration": 15,
"watermark": false,
"private": true
}curl --location --request POST '/v1/video/create' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"images": [],
"model": "sora-2",
"orientation": "portrait",
"prompt": "make animate",
"size": "large",
"duration": 15,
"watermark": false,
"private": true
}'{
"id": "sora-2:task_01k9008rhbefnt3rb1g9szxdwr",
"status": "pending",
"status_update_time": 1762010621323
}