ExecuteActionAction

Official Documentation: https://docs.midjourney.com/hc/en-us/articles/32804058614669-Upscalers

Endpoint

POST http://v98store.com/mj/submit/action

cURL Command

curl -X POST 'http://v98store.com/mj/submit/action' \ -H 'Content-Type: application/json' \ -H 'Authorization: Bearer YOUR_TOKEN' \ -d '{ "chooseSameChannel": true, "customId": "MJ::JOB::upsample::2::3dbbd469-36af-4a0f-8f02-df6c579e7011", "taskId": "14001934816969359", "notifyHook": "", "state": "" }'

Parameters

NameInDescriptionRequired
AuthorizationheaderNo

Request Body

Example

{
  "chooseSameChannel": true,
  "customId": "MJ::JOB::upsample::2::3dbbd469-36af-4a0f-8f02-df6c579e7011",
  "taskId": "14001934816969359",
  "notifyHook": "",
  "state": ""
}

Responses

200 -

Example

{
  "created": 1589478378,
  "data": [
    {
      "url": "https://..."
    },
    {
      "url": "https://..."
    }
  ]
}