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

身份验证标头格式为 Bearer <API_KEY>,其中 <API_KEY> 是您的API令牌。

Body

application/json
base64Array
string[]
required

图片base64数组

botType
enum<string>

bot类型,mj(默认)或niji

Available options:
MID_JOURNEY,
NIJI_JOURNEY
dimensions
enum<string>

比例: PORTRAIT(2:3); SQUARE(1:1); LANDSCAPE(3:2)

Available options:
PORTRAIT,
SQUARE,
LANDSCAPE
notifyHook
string

回调地址

state
string

自定义参数

Response

200 - application/json

Midjourney blend response

code
integer<int32>
required

状态码: 1(提交成功), 21(窗口等待), 22(排队中), 23(队列满), other(错误)

description
string
required

描述

result
string
required

任务ID

properties
object

扩展字段