Blend (bilde til bilde)
Send inn bilder til endepunktet POST /mj/submit/blend for å blande ett eller flere inndata til et nytt bilde i Midjourney-stil med CometAPI.
Bruk dette endepunktet til å blande 2 til 5 kildebilder til en ny Midjourney-komposisjon. Det er et direkte inngangspunkt og krever ikke en tidligere imagine-oppgave.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.
Før du kaller det
- Klargjør 2 til 5 kildebilder
- Hold den første testen liten og hopp over ekstra alternativer for kontoruting med mindre du trenger dem
- Lagre den returnerte task id, fordi blending fortsatt er asynkron
Oppgaveflyt
Send inn blend-oppgaven
Poll oppgaven
Fortsett fra resultatet
Autorisasjoner
Bearer token authentication. Use your CometAPI key.
Kropp
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