Blend (Immagine a Immagine)
Invia immagini all’endpoint POST /mj/submit/blend per combinare uno o più input in una nuova immagine in stile Midjourney con CometAPI.
Usa questo endpoint per combinare da 2 a 5 immagini sorgente in una nuova composizione Midjourney. È un punto di accesso diretto e non richiede un task imagine precedente.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.
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 di blend
Esegui il polling del 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