Skip to main content
POST
/
mj
/
submit
/
blend
midjourney (blend)
curl --request POST \
  --url https://api.example.com/mj/submit/blend
Midjourney’s task submission for the blend API.
curl -X POST "https://gptproto.com/mj/submit/blend" \
  -H "Authorization: YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
  "botType": "MID_JOURNEY",
  "base64Array": [
    "data:image/png;base64,xxx1",
    "data:image/png;base64,xxx2"
  ],
  "dimensions": "SQUARE",
  "accountFilter": {
    "channelId": "",
    "instanceId": "",
    "modes": [],
    "remark": "",
    "remix": true,
    "remixAutoConsidered": true
  },
  "notifyHook": "",
  "state": ""
}'
{
  "error": {
    "message": "Invalid signature",
    "type": "401"
  }
}

Parameters

ParameterTypeRequiredDefaultDescription
botTypestring❌ NoMID_JOURNEYBottype parameter
base64Arrayarray❌ No["data:image/png;base64,xxx1", "data:image/png;base64,xxx2"]Base64Array parameter
dimensionsstring❌ NoSQUAREDimensions parameter
accountFilterobject❌ No{"channelId": "", "instanceId": "", "modes": [], "remark": "", "remix": true, "remixAutoConsidered": true}Accountfilter parameter
notifyHookstring❌ No-Notifyhook parameter
statestring❌ No-State parameter