- 画宇宙AI绘画基础接口
- 第三方AI绘画模型接口
- 高级接口
- 其他接口
- 查询接口
- 训练模型生成头像
- 模型训练/推理
- ai玩图V2
获取任务结果
GET
https://open.nolibox.com/prod-open-aigc/open/face/result
请求参数
Query 参数
task_id
string
可选
示例值:
444136395713617920
Header 参数
Content-Type
string
必需
示例值:
application/json
Authorization
string
必需
示例值:
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"
}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://open.nolibox.com/prod-open-aigc/open/face/result?task_id=444136395713617920' \
--header 'Authorization: Basic xxxxxxxxxx' \
--header 'Content-Type: application/json' \
--data-raw '{
"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成功
application/json
Body
data
object
响应数据
error_log
array[string]
错误日志
image_url
array[string]
推理结果图片url
failed_image
array[string]
处理失败的图片
status
integer
必需
code
integer
状态码
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"
}

企业解决方案
微信扫码联系您的专属经理,咨询企业解决方案


修改于 2023-03-14 01:38:16