提交swap_face任务
POST
/mj/insight-face/swap请求参数
Body 参数application/json
sourceBase64
string
必需
人脸源图片base64
示例值:
data:image/png;base64,xxx1
targetBase64
string
必需
目标图片base64
示例值:
data:image/png;base64,xxx2
accountFilter
object
必需
筛选账号执行任务,不需要筛选时设置为null或移除该参数
instanceId
string
必需
notifyHook
string
可选
回调地址, 为空时使用全局notifyHook
state
string
自定义参数
示例
{
"sourceBase64": "data:image/png;base64,xxx1",
"targetBase64": "data:image/png;base64,xxx2",
"accountFilter": {
"instanceId": ""
},
"notifyHook": "",
"state": ""
}
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
code
integer <int32>
可选
状态码: 1(提交成功), 22(排队中), other(错误)
示例值:
1
description
string
描述
result
string
任务ID
示例
{
"code": 0,
"description": "",
"result": ""
}
最后修改时间: 8 个月前