获取任务结果
GET
/open/face/result接口能力
获取「训练模型生成头像」的生成结果
考虑到一些图片无法通过敏感图检测,最终可能得到 80-100 张头像结果
积分扣除规则
调用此接口不消耗积分
请求参数
Query 参数
task_id
string
可选
提交任务接口返回的任务id
示例值:
444136395713617920
Header 参数
Content-Type
string
必需
示例值:
application/json
Authorization
string
必需
此值可以在 开放平台(https://open.creator.nolibox.com) - 应用列表 - 操作中的"TOKEN"中获取。计算方式:"Basic " + Base64.encode(App Key:App Secret)
示例值:
Basic xxxxxxxxxx
Body 参数application/json
object {0}
示例
{
"code" : 0,
"data" : {
"error_log" : [
"创建推理任务:infer error, prompt:RENWU, male, pink hair, modern clothes, amazing, handsome, intricate, highly detailed, digital painting, artstation, concept art, sharp focus, soft light, illustration, art by WLOP and greg rutkowski, error:[{politics 涉政}],infer error, prompt:epic (portrait) an RENWU warrior in an marine armor,male, epic, cool, metal, shiny, digital painting, artstation, concept art, soft light, hdri, smooth, sharp focus, illustration, fantasy, intricate, elegant, highly detailed, D&D, matte painting, in the style of Greg Rutkowski and Alphonse Mucha and artemisia, 8k, highly detailed, jurgens, rutkowski, bouguereau, pastoral, rustic, georgic, detailed concept art, illustration, colorful pastel, painting, detail, ultra detailed, digital art, 4K, close shot, error:[{politics 涉政}],infer error, prompt:(RENWU), male, 4k, HDR, award-winning, raytracing, global illumination, ambient occlusion, blue light, portrait, octane render of a cool abstract geometric transparent head forum avatar character wearing stylish sunglasses, futuristic, badass, interesting, intriguing, stylish., error:[{politics 涉政}],infer error, prompt:((RENWU)) with light brown hair dressed in a sharp dark teal military uniform and beret, portrait, anime, handsome face, ilya kuvshinov, greg rutkowski, guweiz, ross tran, loish, svetlana tigai, artgerm, artstation trending, concept art, digital painting, error:[{politics 涉政}]"
],
"failed_image" : [],
"image_url" : [
"https://static.infmonkeys.com/frame/artworks/fb0603a8a6f311ed9adf00163e71318b.png",
"https://static.infmonkeys.com/frame/artworks/fb2df796a6f311ed9adf00163e71318b.png",
"https://static.infmonkeys.com/frame/artworks/fb4be17aa6f311ed9adf00163e71318b.png",
"https://static.infmonkeys.com/frame/artworks/fb6c82aea6f311ed9adf00163e71318b.png",
],
"status" : 3
},
"msg" : "success"
}
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
data
object
响应数据
error_log
array[string]
错误日志
image_url
array[string]
推理结果图片url
failed_image
array[string]
处理失败的图片
status
integer
必需
1: 待处理 2:处理中 3:处理完成 4:异常
code
integer
状态码
0:成功 1:失败
msg
string
消息
示例
{
"code": 0,
"data": {
"error_log": [
"创建推理任务:infer error, prompt:RENWU, male, pink hair, modern clothes, amazing, handsome, intricate, highly detailed, digital painting, artstation, concept art, sharp focus, soft light, illustration, art by WLOP and greg rutkowski, error:[{politics 涉政}]"
],
"failed_image": [],
"image_url": [
"https://static.infmonkeys.com/frame/artworks/cd6261caa6f411ed9adf00163e71318b.png",
"https://static.infmonkeys.com/frame/artworks/cd83478ca6f411ed9adf00163e71318b.png",
"https://static.infmonkeys.com/frame/artworks/cd9fccfea6f411ed9adf00163e71318b.png",
"https://static.infmonkeys.com/frame/artworks/cdbf4584a6f411ed9adf00163e71318b.png"
],
"status": 3
},
"msg": "success"
}
最后修改时间: 2 年前