文生图 / 文+图生图
POST
/mj/submit/imagine请求参数
Header 参数
Authorization
string
必需
示例值:
{{KEY}}
Body 参数application/json
base64Array
array[string]
必需
垫图 base64 数组
notifyHook
string
必需
回调地址, 为空时使用全局notifyHook
prompt
string
提示词
state
string
必需
示例
{
"base64Array": [
"string"
],
"notifyHook": "string",
"prompt": "Cat",
"state": "string"
}
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
code
integer
必需
description
string
必需
result
string
必需
properties
object
必需
discordChannelId
string
必需
discordInstanceId
string
必需
示例
{
"code": 1,
"description": "提交成功",
"result": "1710586687972812",
"properties": {
"discordChannelId": "1204690409088094219",
"discordInstanceId": "1488127569336270848"
}
}
修改于 10 天前