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": {} }
Describe the image
The authentication header format is Bearer <API_KEY>, where <API_KEY> is your API token.
Bearer <API_KEY>
<API_KEY>
Base64 encoding of the image, choose one of link
link
Image link, and base64 to choose one
base64
callback URL
"https://example.com/notify"
language
in
zh
Midjourney imagine response
Status code: 1 (submission successful), 21 (window waiting), 22 (queuing), 23 (queue full), other (error)
1
describe
"Submission successful"
Task ID
1320098173412546
extension fields
Was this page helpful?