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

Parameters

ParameterTypeRequiredDefaultDescription
botTypestring❌ NoMID_JOURNEYBottype parameter
base64string❌ Nodata:image/png;base64,xxxBase64 parameter
accountFilterobject❌ No{"channelId": "", "instanceId": "", "modes": [], "remark": "", "remix": true, "remixAutoConsidered": true}Accountfilter parameter
notifyHookstring❌ No-Notifyhook parameter
statestring❌ No-State parameter