Skip to main content
POST
/
mj
/
submit
/
describe
cURL
curl --request POST \
  --url https://proxy.innk.cc/mj/submit/describe \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "base64": "<string>",
  "link": "<string>",
  "notifyHook": "<string>",
  "language": "in"
}
'
{
  "code": 123,
  "description": "<string>",
  "result": "<string>",
  "properties": {}
}

Authorizations

Authorization
string
header
required

The authentication header format is Bearer <API_KEY>, where <API_KEY> is your API token.

Body

application/json
base64
string

Base64 encoding of the image, choose one of link

Image link, and base64 to choose one

notifyHook
string

callback URL

language
enum<string>
default:in

language

Available options:
in,
zh

Response

200 - application/json

Midjourney imagine response

code
integer<int32>
required

Status code: 1 (submission successful), 21 (window waiting), 22 (queuing), 23 (queue full), other (error)

description
string
required

describe

result
string
required

Task ID

properties
object

extension fields