curl --request POST \
--url https://api.jiekou.ai/v3/async/mj-variation \
--header 'Authorization: <authorization>' \
--header 'Content-Type: <content-type>' \
--data '
{
"image_no": 123,
"task_id": "<string>",
"remix_prompt": "<string>",
"type": 123
}
'{
"task_id": "<string>"
}curl --request POST \
--url https://api.jiekou.ai/v3/async/mj-variation \
--header 'Authorization: <authorization>' \
--header 'Content-Type: <content-type>' \
--data '
{
"image_no": 123,
"task_id": "<string>",
"remix_prompt": "<string>",
"type": 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: subtle 轻微变换1: strong 强烈变换