提交Blend任务
POST
https://aigcapi.top/mj/submit/blend
任务提交
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://aigcapi.top/mj/submit/blend' \
--header 'Authorization;' \
--header 'Accept;' \
--header 'Content-Type: application/json' \
--data-raw '{
"botType": "MID_JOURNEY",
"base64Array": [
"data:image/png;base64,xxx1",
"data:image/png;base64,xxx2"
],
"dimensions": "SQUARE",
"accountFilter": {
"channelId": "",
"instanceId": "",
"modes": [],
"remark": "",
"remix": true,
"remixAutoConsidered": true
},
"notifyHook": "",
"state": ""
}'
响应示例响应示例
200 - 示例 1
{
"code": 1,
"description": "提交成功",
"properties": {},
"result": 1320098173412546
}
请求参数
Header 参数
Authorization
string
必需
默认值:
Bearer {{YOUR_API_KEY}}
Content-Type
string
必需
默认值:
application/json
Accept
string
必需
默认值:
application/json
Body 参数application/json