执行Action动作
POST
/mj/submit/action请求参数
Header 参数
Authorization
string
可选
示例值:
Bearer {{YOUR_API_KEY}}
Body 参数application/json
chooseSameChannel
boolean
必需
是否选择同一频道下的账号,默认只使用任务关联的账号
customId
string
动作标识
示例值:
MJ::JOB::upsample::2::3dbbd469-36af-4a0f-8f02-df6c579e7011
taskId
string
任务ID
示例值:
14001934816969359
notifyHook
string
可选
回调地址, 为空时使用全局notifyHook
state
string
自定义参数
示例
{
"chooseSameChannel": true,
"customId": "MJ::JOB::upsample::2::3dbbd469-36af-4a0f-8f02-df6c579e7011",
"taskId": "14001934816969359",
"notifyHook": "",
"state": ""
}
示例代码
返回响应
Create image(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
created
integer
必需
data
array [object {1}]
必需
url
string
必需
示例Create image
{
"created": 1589478378,
"data": [
{
"url": "https://..."
},
{
"url": "https://..."
}
]
}
最后修改时间: 12 天前