{
"model": "sora2",
"prompt": "HI 小猫",
"aspect_ratio": "16:9",
"duration": 10,
"image": "https://xxxx.oss-cn-shenzhen.aliyuncs.com/uploads/u/49470/image/1765700772746_5nvftbaas.PNG",
"notify_url": "http://xxx.com/abc"
}curl --location --request POST '/v1/video/create' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "sora2",
"prompt": "HI 小猫",
"aspect_ratio": "16:9",
"duration": 10,
"image": "https://xxxx.oss-cn-shenzhen.aliyuncs.com/uploads/u/49470/image/1765700772746_5nvftbaas.PNG",
"notify_url": "http://xxx.com/abc"
}'{
"code": 0,
"data": {
"task_id": "111"
},
"message": "操作成功",
"request_id": "xxxx"
}