Midjourney 文生图 任务创建
line1
line1
POST
/api/v1/ai/draw/mj/imagine
/imagine
动作。请求参数
Body 参数application/x-www-form-urlencoded
model
string
必需
midjourney
,用于密钥权限控制示例值:
midjourney
prompt
string
必需
示例值:
chibi manga legend of vader anime vh1, in the style of miho hirano, dynamic and action-packed scenes, gaston bussière, chinese new year festivities, ross tran, charming character illustrations, light red and bronze --ar 73:88 --s 750 --niji 5
type
string
可选
NORMAL
和FAST
,默认为FAST
,提供极致的绘制速度,可手动设置为NORMAL
以体验极致的性价比。示例值:
FAST
base64Array
array[string]
可选
如果能提供图片的在线链接的话,还是建议直接在Prompt的前面加上图片的在线链接,感觉这个不一定可靠。
示例值:
["data:image/webp;base64,Ukxxx","data:image/webp;base64,Ucxxx"]
webhook
string
可选
示例值:
https://webhook.site/ad24ae29-08e7-42a7-ae60-0aa157c77bdd
示例代码
返回响应
修改于 2024-03-18 23:09:36