English
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&" ] }
Submit Discord image upload task
The authentication header format is Bearer <API_KEY>, where <API_KEY> is your API token.
Bearer <API_KEY>
<API_KEY>
Discord image Base64 encoded array
Midjourney upload discord images response
status code
1
describe
"success"
result
Image link
Was this page helpful?