curl --request POST \
--url https://api.jiekou.ai/v3/async/mj-inpaint \
--header 'Authorization: <authorization>' \
--header 'Content-Type: <content-type>' \
--data '
{
"image_no": 123,
"task_id": "<string>",
"remix_prompt": "<string>",
"mask": {
"url": "<string>",
"areas": [
{
"points": [
{}
],
"width": 123,
"height": 123
}
]
},
"area": {
"points": [
{}
],
"width": 123,
"height": 123
}
}
'{
"task_id": "<string>"
}curl --request POST \
--url https://api.jiekou.ai/v3/async/mj-inpaint \
--header 'Authorization: <authorization>' \
--header 'Content-Type: <content-type>' \
--data '
{
"image_no": 123,
"task_id": "<string>",
"remix_prompt": "<string>",
"mask": {
"url": "<string>",
"areas": [
{
"points": [
{}
],
"width": 123,
"height": 123
}
]
},
"area": {
"points": [
{}
],
"width": 123,
"height": 123
}
}
'{
"task_id": "<string>"
}使用 Midjourney 区域重绘功能,对已生成图像的指定区域进行重新绘制。支持通过多边形区域或黑白蒙版图片指定重绘区域,该接口采用异步处理方式,客户端需要通过 task_id 查询最终生成结果。Documentation Index
Fetch the complete documentation index at: https://docs.jiekou.ai/llms.txt
Use this file to discover all available pages before exploring further.
application/json