提交视频生成任务
POST /runwayml/v1/image_to_video{
"error": {
"message": "Invalid signature",
"type": "401"
}
}| 参数 | 类型 | 必填 | 默认值 | 描述 |
|---|---|---|---|---|
promptImage | string | 否 | https://xxx.com/logo.png | Promptimage 参数 |
seed | integer | 否 | 4294967295 | Seed 参数 |
model | string | 是 | runwayml-gen3a_turbo-5 | 请求使用的模型 |
promptText | string | 否 | cat dance | Prompttext 参数 |
watermark | boolean | 否 | false | Watermark 参数 |
duration | integer | 否 | 5 | Duration 参数 |
ratio | string | 否 | 1280:768 | Ratio 参数 |