官方格式
放大视频
通过 CometAPI 使用 POST /runwayml/v1/video_upscale 发起一个 Runway 4 倍视频放大任务,单边最大限制为 4096px,并带版本控制。
POST
Create a Runway video-upscale task
使用此端点为现有视频资源发起一个 Runway 放大任务。Documentation Index
Fetch the complete documentation index at: https://apidoc.cometapi.com/llms.txt
Use this file to discover all available pages before exploring further.
调用前准备
- 发送必需的
X-Runway-Version请求头,例如2024-11-06 - 使用
model: upscale_v1 - 提供稳定的 HTTPS
videoUri - 预期获得 4 倍放大效果,且最大边长为 4096 像素
任务流程
适用场景
- 在最终剪辑渲染通过审核之后
- 当你需要更高分辨率的交付素材,而不是更快的预览时
授权
Bearer token authentication. Use your CometAPI key.
请求头
Runway version header, for example 2024-11-06.
请求体
application/json
响应
200 - application/json
Task accepted.