Request
Body Params application/json
{
"base64": "data:image/png;base64,xxx",
"botType": "MID_JOURNEY",
"notifyHook": "string",
"state": "string"
}
Request Code Samples
curl --location --request POST 'https://api.302.ai/mj/submit/describe' \
--header 'mj-api-secret: sk-jls4AaVBGoe1GwZD64qZA1qyKTN1MPHa4NmvH1cT68z7K1Zz' \
--header 'Content-Type: application/json' \
--data-raw '{
"base64": "data:image/png;base64,xxx",
"botType": "MID_JOURNEY",
"notifyHook": "string",
"state": "string"
}'
Responses
application/json {
"code": 1,
"description": "提交成功",
"properties": {},
"result": 1320098173412546
}
Modified at 2025-08-14 10:03:50