Imagine(绘画)
POST
/mj/submit/imagine价格:0.05PTC/次
请求参数
Header 参数
mj-api-secret
string
必需
302.AI后台的API Key
示例值:
{{YOUR_API_KEY}}
Body 参数application/json
base64Array
array[string]
可选
垫图base64数组
botType
enum<string>
可选
bot类型,mj(默认)或niji
枚举值:
MID_JOURNEYNIJI_JOURNEY
示例值:
MID_JOURNEY
notifyHook
string
可选
回调地址, 为空时使用全局notifyHook
prompt
string
提示词
示例值:
Cat
state
string
自定义参数
示例
{
"base64Array": [],
"botType": "MID_JOURNEY",
"notifyHook": "",
"prompt": "Cat",
"state": ""
}
示例代码
返回响应
OK(200)
Created(201)
Unauthorized(401)
Forbidden(403)
Not Found(404)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
No schema defined
示例
未设置
最后修改时间: 3 个月前