Skip to main content
POST
/
mj
/
submit
/
blend
cURL
curl --request POST \
  --url https://proxy.innk.cc/mj/submit/blend \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "base64Array": [
    "<string>"
  ],
  "botType": "MID_JOURNEY",
  "dimensions": "PORTRAIT",
  "notifyHook": "<string>",
  "state": "<string>"
}
'
{
  "code": 123,
  "description": "<string>",
  "result": "<string>",
  "properties": {}
}

Authorizations

Authorization
string
header
required

The authentication header format is Bearer <API_KEY>, where <API_KEY> is your API token.

Body

application/json
base64Array
string[]
required

Image base64 array

botType
enum<string>

bot type, mj (default) or niji

Available options:
MID_JOURNEY,
NIJI_JOURNEY
dimensions
enum<string>

Ratio: PORTRAIT(2:3); SQUARE(1:1); LANDSCAPE(3:2)

Available options:
PORTRAIT,
SQUARE,
LANDSCAPE
notifyHook
string

callback address

state
string

Custom parameters

Response

200 - application/json

Midjourney blend response

code
integer<int32>
required

Status code: 1 (submission successful), 21 (window waiting), 22 (queuing), 23 (queue full), other (error)

description
string
required

describe

result
string
required

Task ID

properties
object

extension fields