curl --request POST \
--url https://api.jiekou.ai/v3/async/mj-remix \
--header 'Authorization: <authorization>' \
--header 'Content-Type: <content-type>' \
--data '
{
"image_no": 123,
"task_id": "<string>",
"remix_prompt": "<string>",
"mode": 123
}
'{
"task_id": "<string>"
}curl --request POST \
--url https://api.jiekou.ai/v3/async/mj-remix \
--header 'Authorization: <authorization>' \
--header 'Content-Type: <content-type>' \
--data '
{
"image_no": 123,
"task_id": "<string>",
"remix_prompt": "<string>",
"mode": 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/json0: 强烈调整 - 对图像进行较大幅度的重塑和改变1: 细微调整 - 对图像进行轻微的调整和优化