Creare un task blend di Midjourney
Invia immagini all’endpoint POST /mj/submit/blend per fondere uno o più input in una nuova immagine in stile Midjourney con CometAPI.
Prima di chiamarlo
- Prepara da 2 a 5 immagini sorgente
- Mantieni piccolo il primo test e salta le opzioni extra di instradamento dell’account, a meno che non ti servano
- Salva il task id restituito, perché il blending è ancora asincrono
Flusso del task
Invia il task blend
Interroga il task
Continua dal risultato
Autorizzazioni
Bearer token authentication. Use your CometAPI key.
Corpo
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