Action(修改)
POST
/mj-relax/submit/action价格:0.02PTC/次
请求参数
Header 参数
mj-api-secret
string
必需
302.AI后台的API Key
示例值:
{{YOUR_API_KEY}}
Body 参数application/json
customId
string
动作标识
示例值:
MJ::JOB::upsample::2::3dbbd469-36af-4a0f-8f02-df6c579e7011
notifyHook
string
可选
回调地址, 为空时使用全局notifyHook
state
string
自定义参数
taskId
string
任务ID
示例值:
14001934816969359
示例
{
"customId": "MJ::JOB::upsample::2::3dbbd469-36af-4a0f-8f02-df6c579e7011",
"taskId": "14001934816969359",
"notifyHook": "",
"state": ""
}
示例代码
返回响应
OK(200)
Created(201)
Unauthorized(401)
Forbidden(403)
Not Found(404)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
code
integer <int32>
必需
状态码: 1(提交成功), 22(排队中), other(错误)
示例值:
1
description
string
描述
示例值:
提交成功
properties
object
扩展字段
result
string
任务ID
示例值:
1320098173412546
示例
{
"code": 1,
"description": "提交成功",
"properties": {},
"result": 1320098173412546
}
最后修改时间: 2 个月前