DeerAPI 提交Modal接口(POST /mj/submit/modal),用于提交Midjourney缩放或区域重绘生成的模态,继续下一步图像编辑流程。
curl --request POST \
--url https://api.deerapi.com/mj/submit/modal \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"taskId": "14001934816969359"
}
'{
"code": 123,
"description": "<string>",
"properties": {},
"result": 123
}Bearer token authentication. Use your DeerAPI key.
curl --request POST \
--url https://api.deerapi.com/mj/submit/modal \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"taskId": "14001934816969359"
}
'{
"code": 123,
"description": "<string>",
"properties": {},
"result": 123
}