{
"model": "", //模型名:gen4、gen4_turbo
"ratio": "", //比例:16:9、9:16、1:1、4:3、3:4、21:9
"prompt": "",
"seconds": "", //秒数:5、10
"image": "", //首帧图链接
"lastImage": "", //尾帧图链接
}curl --location 'https://api.agicto.cn/v1/videos/create/runway/video' \
--header 'Content-Type: application/json' \
--data '{
"model": "", //模型名:gen4、gen4_turbo
"ratio": "", //比例:16:9、9:16、1:1、4:3、3:4、21:9
"prompt": "",
"seconds": "", //秒数:5、10
"image": "", //首帧图链接
"lastImage": "", //尾帧图链接
}'{
"id": "video_fe6f922f-da34-48a4-9c35-e71df5950cbf",
"object": "video",
"model": "sora-2",
"status": "queued",
"progress": 0,
"created_at": 1764649117,
"seconds": "10",
"size": "720x1280"
}