Submit Shorten Task

Official Documentation: https://docs.midjourney.com/hc/en-us/articles/32595476770957-Zoom-Out

Endpoint

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

cURL Command

curl -X POST 'http://v98store.com/mj/submit/shorten' \ -H 'Content-Type: application/json' \ -H 'Authorization: Bearer YOUR_TOKEN' \ -d '{ "botType": "MID_JOURNEY", "prompt": "Cat", "notifyHook": "", "state": "" }'

Parameters

NameInDescriptionRequired
AuthorizationheaderNo

Request Body

Example

{
  "botType": "MID_JOURNEY",
  "prompt": "Cat",
  "notifyHook": "",
  "state": ""
}

Responses

200 -

Example

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