Authorization: Bearer ********************{
"images": [
"string"
],
"model": "string",
"orientation": "string",
"prompt": "string",
"size": "string",
"duration": 0,
"watermark": "string"
}curl --location --request POST '/v1/video/create' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"images": [
"string"
],
"model": "string",
"orientation": "string",
"prompt": "string",
"size": "string",
"duration": 0,
"watermark": "string"
}'{
"id": "sora-2:task_01k6x15vhrff09dkkqjrzwhm60",
"status": "pending",
"status_update_time": 1759763427208
}