Midjourney 비디오 작업 생성
CometAPI에서 POST /mj/submit/video를 사용해 Midjourney 비디오 작업을 제출하고, 파라미터를 설정하며, 생성된 비디오 출력의 처리 상태를 추적합니다.
호출하기 전에
- 완료된 Midjourney 이미지 결과 또는 지원되는 이미지 URL에서 시작하세요
- 반환된 task id를 비동기 워크플로의 시작으로 간주하세요
- 완성된 에셋은 다른 Midjourney 작업에 사용하는 것과 동일한 polling 엔드포인트를 통해 전달된다고 예상하세요
작업 흐름
비디오 작업 제출
작업이 완료될 때까지 polling
출력 저장
인증
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).
응답
Success
Submission status code. 1 = submitted successfully (result carries the task id). 21 = the action opened a confirmation modal; continue with /mj/submit/modal using the returned task id. 4 = parameter error; description explains the cause.