Create a Midjourney blend task
Submit images to the POST /mj/submit/blend endpoint to blend one or more inputs into a new Midjourney-style image with CometAPI.
Before you call it
- Prepare 2 to 5 source images
- Keep the first test small and skip extra account-routing options unless you need them
- Save the returned task id, because blending is still asynchronous
Task flow
Submit the blend task
Poll the task
Continue from the result
Authorizations
Bearer token authentication. Use your CometAPI key.
Body
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