{
"images": [
""
],
"model": "sora-2",
"orientation": "portrait",
"prompt": "a pig is eating",
"size": "large",
"duration": 15,
"watermark": true
}curl --location --request POST '/v1/video/create' \
--header 'Authorization: sk-xxx' \
--header 'Content-Type: application/json' \
--data-raw '{
"images": [
""
],
"model": "sora-2",
"orientation": "portrait",
"prompt": "a pig is eating",
"size": "large",
"duration": 15,
"watermark": true
}'{}