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