Submit(图片生成视频)
POST
/runway/submit来自于Runway Gen-3的文生视频,根据图片一次生成10s的视频。
https://runwayml.com/
价格:0.5 PTC/次
请求参数
Header 参数
Authorization
string
必需
示例值:
Bearer {{YOUR_API_KEY}}
Content-Type
string
可选
示例值:
multipart/form-data
Body 参数multipart/form-data
init_image
file
必需
图片必须是1280px * 768px或768px * 1280px
text_prompt
string
可选
视频提示词,不支持中文,可不传
seconds
integer
可选择5或10秒
示例值:
10
seed
string
可选
用来保持一致性,如果用不到不要填
image_as_end_frame
boolean
可选
图片是否为尾帧,选否的话,即为首帧
示例值:
false
示例代码
返回响应
OK(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
created_at
string
必需
estimate_wait_seconds
null
必需
id
string
必需
liked
null
必需
prompt
string
必需
state
string
必需
video
null
必需
示例
{
"created_at": "",
"estimate_wait_seconds": null,
"id": "",
"liked": null,
"prompt": "",
"state": "",
"video": null
}
最后修改时间: 1 个月前