Skip to main content
POST
/
mj
/
submit
/
upload-discord-images
cURL
curl --request POST \
  --url https://proxy.innk.cc/mj/submit/upload-discord-images \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "base64Array": [
    "<string>"
  ]
}
'
{
  "code": 1,
  "description": "success",
  "result": [
    "https://cdn.discordapp.com/attachments/1372468820912115716/1433843542417215590/image_176192533987682 0475.jpg?ex=69062a5c&is=6904d8dc&hm=e9221f96af235ecf988e99302697d44f14fd472e300ae8b490bd8a4fd0855984&"
  ]
}

Authorizations

Authorization
string
header
required

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

Body

application/json
base64Array
string[]
required

Discord image Base64 encoded array

Response

200 - application/json

Midjourney upload discord images response

code
integer

status code

Example:

1

description
string

describe

Example:

"success"

result
string[]

result

Image link