Crear una tarea de video de Midjourney
Usa POST /mj/submit/video en CometAPI para enviar un trabajo de video de Midjourney, establecer parámetros y seguir el procesamiento de la salida de video generada.
Antes de llamarlo
- Parte de un resultado de imagen de Midjourney finalizado o de una URL de imagen compatible
- Trata el id de tarea devuelto como el inicio de un flujo de trabajo asíncrono
- Espera que el recurso final llegue a través del mismo endpoint de sondeo usado por otras tareas de Midjourney
Flujo de la tarea
Enviar la tarea de video
Sondear hasta que la tarea finalice
Conservar la salida
Autorizaciones
Bearer token authentication. Use your CometAPI key.
Cuerpo
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).
Respuesta
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.