提交视频
在 CometAPI 中使用 POST /mj/submit/video 提交 Midjourney 视频任务、设置参数,并跟踪生成视频输出的处理进度。
使用此端点可将 Midjourney 图像结果转换为短视频渲染。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.
调用前准备
- 从已完成的 Midjourney 图像结果或受支持的图像 URL 开始
- 将返回的任务 id 视为异步工作流的起点
- 预计最终资源会通过与其他 Midjourney 任务相同的轮询端点返回
任务流程
轮询直到任务完成
授权
Bearer token authentication. Use your CometAPI key.
请求体
Motion intensity of the generated video.
low, high First-frame image as a public URL or base64-encoded data URI.
Text prompt to guide the video generation.
Action to perform on an existing video task. When set, index and taskId are required.
Zero-based index selecting which video variant to act on from the parent task.
Parent task id to continue from. Required when action is set.
Custom state string. Returned as-is in the task result and webhook callback for your own tracking.
When true, return the original provider video URL instead of a CometAPI-proxied link.
Video model variant, e.g. vid_1.1_i2v_480 (480p) or vid_1.1_i2v_720 (720p).