Authorization: Bearer ********************
{
"botType": "MID_JOURNEY",
"base64Array": [
"data:image/png;base64,xxx1",
"data:image/png;base64,xxx2"
]
}
curl --location -g --request POST '/mj/submit/blend' \
--header 'Authorization: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"botType": "MID_JOURNEY",
"base64Array": [
"data:image/png;base64,xxx1",
"data:image/png;base64,xxx2"
]
}'
{
"code": 1,
"description": "提交成功",
"properties": {},
"result": 1320098173412546
}