Midjourney Remix
Image
Midjourney Remix
POST
Midjourney Remix
Use the Midjourney Remix feature to recreate and adjust a generated image. Supports both strong and subtle adjustment modes, reshaping a specified image using a new prompt. This endpoint uses async processing; the client needs to query the final result using the task_id.
Request Headers
Enum:
application/jsonBearer authentication format: Bearer {{API Key}}.
Request Body
Image number, used to specify which image to remix.Range: 0~3
The unique identifier of the original image generation task.
New prompt, used to describe the desired content and style after remixing.Length limit: 1-8192 characters.
Remix mode, controls the intensity and degree of remixing.
0: Strong adjustment - makes significant changes to the image1: Subtle adjustment - makes minor tweaks and optimizations to the image
Response
The task_id of the async task. Use the task_id to call the Get Async Task Result API to retrieve the generated result.