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
}提交缩放或区域重新设计操作生成的模态,继续下一步图像编辑。Documentation Index
Fetch the complete documentation index at: https://apidoc.deerapi.com/llms.txt
Use this file to discover all available pages before exploring further.
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
}