curl --request POST \
--url https://api.jiekou.ai/v3/async/mj-reroll \
--header 'Authorization: <authorization>' \
--header 'Content-Type: <content-type>' \
--data '
{
"task_id": "<string>"
}
'{
"task_id": "<string>"
}curl --request POST \
--url https://api.jiekou.ai/v3/async/mj-reroll \
--header 'Authorization: <authorization>' \
--header 'Content-Type: <content-type>' \
--data '
{
"task_id": "<string>"
}
'{
"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