Midjourney Remix
Images
Midjourney Remix
POST
Midjourney Remix
Use the Midjourney remix feature to recreate and adjust previously generated images. It supports two modes: strong adjustments and subtle adjustments. You can remix a specified image using a new prompt. This API uses asynchronous processing, so the client must query the final generated result via
task_id.
Request Headers
Enum value:
application/jsonBearer authentication format: Bearer {{API Key}}.
Request Body
Image number, used to specify the image to remix.Value range: 0–3
The unique identifier of the original image generation task.
The new prompt used to describe the desired content and style of the remixed image.Length limit: 1–8192 characters.
Remix mode, controlling the intensity and extent of the remix.
0: Strong adjustment - significantly remixes and changes the image1: Subtle adjustment - makes minor adjustments and optimizations to the image
Response Parameters
The
task_id of the asynchronous task. You should use this task_id to request the Get Task Result API to obtain the generated result.