提交swap_face任务
POST
/mj/insight-face/swap请求参数
Header 参数
Authorization
string
可选
示例值:
Bearer {{YOUR_API_KEY}}
Body 参数application/json
sourceBase64
string
必需
人脸源图片base64
targetBase64
string
可选
目标图片base64
notifyHook
integer
可选
回调地址, 为空时使用全局notifyHook
state
string
自定义参数
示例
{
"sourceBase64": "data:image/png;base64,xxx1",
"targetBase64": "data:image/png;base64,xxx2",
"notifyHook": "string",
"state": "string"
}
示例代码
返回响应
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 天前