Authorization: Bearer ********************{
"images": [
"string"
],
"model": "string",
"orientation": "portrait",
"prompt": "string",
"duration": 10,
"character_url": "string",
"character_timestamps": "string",
"size": "large"
}curl --location --request POST '/v1/video/create' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"images": [
"string"
],
"model": "string",
"orientation": "portrait",
"prompt": "string",
"duration": 10,
"character_url": "string",
"character_timestamps": "string",
"size": "large"
}'{
"id": "sora-2:task_01k900ag82ecgbewj2xa3758z0",
"status": "pending",
"status_update_time": 1762010677921
}