Authorization: Bearer ********************{
"images": [
"https://filesystem.site/cdn/20250612/998IGmUiM2koBGZM3UnZeImbPBNIUL.png"
],
"model": "sora-2-12s",
"orientation": "portrait",
"prompt": "一个帅哥在唱歌",
"size": "1280x720",
"duration": 12,
"watermark": false,
"private": true
}curl --location '/v1/videos' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"images": [
"https://filesystem.site/cdn/20250612/998IGmUiM2koBGZM3UnZeImbPBNIUL.png"
],
"model": "sora-2-12s",
"orientation": "portrait",
"prompt": "一个帅哥在唱歌",
"size": "1280x720",
"duration": 12,
"watermark": false,
"private": true
}'{
"id": "sora-2:task_01k9008rhbefnt3rb1g9szxdwr",
"status": "pending",
"status_update_time": 1762010621323
}