Authorization: Bearer ********************
{
"botType": "MID_JOURNEY",
"prompt": "Cat",
"accountFilter": {
"instanceId": "string",
"modes": [
"RELAX"
],
"remix": true,
"remixAutoConsidered": true
},
"notifyHook": "string",
"state": "string"
}
curl --location --request POST '/mj/submit/shorten' \
--header 'Authorization: Authorization: Bearer 2f68dbbf-519d-4f01-9636-e2421b68f379' \
--header 'Content-Type: application/json' \
--data-raw '{
"botType": "MID_JOURNEY",
"prompt": "Cat",
"accountFilter": {
"instanceId": "string",
"modes": [
"RELAX"
],
"remix": true,
"remixAutoConsidered": true
},
"notifyHook": "string",
"state": "string"
}'
{
"code": 1,
"description": "提交成功",
"properties": "string",
"result": "1320098173412546"
}