Crear una tarea de blend de Midjourney
Envía imágenes al endpoint POST /mj/submit/blend para mezclar una o más entradas en una nueva imagen con estilo Midjourney con CometAPI.
Antes de llamarlo
- Prepara de 2 a 5 imágenes de origen
- Mantén pequeña la primera prueba y omite las opciones adicionales de enrutamiento de cuenta, a menos que las necesites
- Guarda el task id devuelto, porque el blend sigue siendo asíncrono
Flujo de la tarea
Enviar la tarea de blend
Consultar la tarea
Continuar desde el resultado
Autorizaciones
Bearer token authentication. Use your CometAPI key.
Cuerpo
Two or more base64-encoded images to blend. Each item should be a data URI such as data:image/png;base64,xxx.
Output aspect ratio.
PORTRAIT, SQUARE, LANDSCAPE Webhook URL to receive task status updates. Falls back to your account-level webhook if omitted.
Custom state string. Returned as-is in the task result and webhook callback for your own tracking.
Bot type to use. MID_JOURNEY for Midjourney (default), NIJI_JOURNEY for Niji.
MID_JOURNEY, NIJI_JOURNEY