비디오 제출
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).