mj-api-secret: ********************
remix自动提交
视为 账号的remix为false
{
"botType": "MID_JOURNEY",
"base64": "data:image/png;base64,xxx",
"accountFilter": {
"channelId": "string",
"instanceId": "string",
"modes": [
"RELAX"
],
"remark": "string",
"remix": true,
"remixAutoConsidered": true
},
"notifyHook": "string",
"state": "string"
}
curl --location --request POST 'https://api.chesspnt.com/mj/submit/describe' \
--header 'Content-Type: application/json' \
--header 'mj-api-secret;' \
--data-raw '{
"botType": "MID_JOURNEY",
"base64": "data:image/png;base64,xxx",
"accountFilter": {
"channelId": "string",
"instanceId": "string",
"modes": [
"RELAX"
],
"remark": "string",
"remix": true,
"remixAutoConsidered": true
},
"notifyHook": "string",
"state": "string"
}'
{
"code": 1,
"description": "提交成功",
"properties": {},
"result": 1320098173412546
}