Submit(文字生成视频)
POST
/runway/submit来自于Runway Gen-3的文生视频,根据文本一次生成10s的视频。
https://runwayml.com/
价格:0.5 PTC/次
请求参数
Header 参数
Content-Type
string
必需
示例值:
application/json
Authorization
string
必需
示例值:
Bearer {{YOUR_API_KEY}}
Body 参数multipart/form-data
text_prompt
string
必需
视频提示词,不支持中文
示例值:
Low-angle shot of a majestic tiger prowling through a snowy landscape, leaving paw prints on the white blanket
seconds
integer
可选择5或10秒
示例值:
10
seed
string
可选
用来保持一致性,如果用不到不要填
示例代码
返回响应
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
}
最后修改时间: 5 个月前