Midjourney 文生图 任务创建
POST
/api/v1/ai/draw/mj/imagineMidjourney imagine接口,可通过该接口执行/imagine
动作。
请求参数
Body 参数application/x-www-form-urlencoded
model
string
必需
模型名称,目前只能填写midjourney
,用于密钥权限控制
示例值:
midjourney
prompt
string
必需
Prompt提示词,最好是英文(请勿输入敏感词)
示例值:
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
可选
选择Mj绘图资源池类型,可选NORMAL
和FAST
,默认为FAST
,提供极致的绘制速度,可手动设置为NORMAL
以体验极致的性价比。
示例值:
FAST
base64Array
array[string]
可选
垫图的Base64数组,作为AI生成图片时的参考图片,注意这个两base64是不合法的,自己测试时填几个合法的,或者取消勾选。
如果能提供图片的在线链接的话,还是建议直接在Prompt的前面加上图片的在线链接,感觉这个不一定可靠。
示例值:
["data:image/webp;base64,Ukxxx","data:image/webp;base64,Ucxxx"]
webhook
string
可选
Mj图片生成回调地址
示例值:
https://webhook.site/ad24ae29-08e7-42a7-ae60-0aa157c77bdd
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
statusCode
integer
必需
200为成功,400为失败
message
string
必需
data
integer
任务ID
示例
{
"statusCode": 200,
"message": "Success",
"data": 2
}
最后修改时间: 8 个月前