mj-api-secret: ********************
remix自动提交
视为 账号的remix为false
{
"botType": "MID_JOURNEY",
"prompt": "Cat",
"accountFilter": {
"channelId": "string",
"instanceId": "string",
"modes": [
"RELAX"
],
"remark": "string",
"remix": true,
"remixAutoConsidered": true
},
"notifyHook": "string",
"state": "string"
}
curl --location --request POST '/mj/submit/shorten' \
--header 'Content-Type: application/json' \
--header 'mj-api-secret;' \
--data-raw '{
"botType": "MID_JOURNEY",
"prompt": "Cat",
"accountFilter": {
"channelId": "string",
"instanceId": "string",
"modes": [
"RELAX"
],
"remark": "string",
"remix": true,
"remixAutoConsidered": true
},
"notifyHook": "string",
"state": "string"
}'
{
"code": 1,
"description": "提交成功",
"properties": {},
"result": 1320098173412546
}
项目代搭建 19.9/次
需自己提供项目地址或项目文件,以及需要的相关授权