動画を送信
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 を起点にします
- 返された task 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).