Skip to main content
POST
Midjourney Image-to-Image
Generate new artistic works from images using Midjourney V7 model. Key Features:
  • Feature Preservation - Retain core features of original images while adding creative elements
  • Style Transformation - Transform photos into unique Midjourney artistic styles
  • Flexible Control - Control original image influence through weight parameters
  • High-Quality Output - V7 enhanced textures and detail representation

Authorizations

Authorization
string
header
required

Please use your API Token for authentication

Body

application/json

Task parameters

prompt
string
required

Prompt (required, max 2000 characters) - Text description for generation

Required string length: 1 - 2000
Example:

"Make it more colorful and vibrant"

aspectRatio
enum<string>

aspect ratio(optional)- outputaspect ratio

Available options:
1:2,
9:16,
2:3,
3:4,
5:6,
6:5,
4:3,
3:2,
1:1,
16:9,
2:1
Example:

"16:9"

enableTranslation
boolean
default:false

Enable translation (optional, default false) - Enable automatic translation

Example:

false

fileUrls
string[]

File URL list (optional) - Input image URL array

Example:
speed
enum<string>

Speed (optional) - API generation speed

Available options:
relaxed,
fast,
turbo
Example:

"relaxed"

stylization
integer

Stylization (optional, range 0-1000) - Art style strength

Required range: 0 <= x <= 1000
Example:

1

variety
integer

Diversity (optional, range 0-100, step 5) - Content diversity

Required range: 0 <= x <= 100
Example:

10

version
enum<string>

version(optional)- Midjourney modelversion

Available options:
7,
6.1,
6,
5.2,
5.1,
niji6
Example:

"7"

waterMark
string

Watermark (optional) - Watermark identifier

Example:

"my_watermark"

weirdness
integer

Weirdness (optional, range 0-3000) - Creative uniqueness

Required range: 0 <= x <= 3000
Example:

1

Response

OK

task_id
string
required

Task ID

Example:

"01234567-89ab-cdef-0123-456789abcdef"