查询单个推理任务状态
GET
/open/monkey/infer_info接口能力
查询推理任务的结果。通常在提交推理任务后,轮询请求此接口,直到获取到任务完成结果。
积分扣除规则
调用此接口不消耗积分
请求参数
Query 参数
id
string
任务id
Header 参数
Content-Type
string
必需
示例值:
application/json
Authorization
string
必需
此值可以在 开放平台(https://open.creator.nolibox.com) - 应用列表 - 操作中的"TOKEN"中获取。计算方式:"Basic " + Base64.encode(App Key:App Secret)
示例值:
Basic xxxxxxxxxx
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
code
integer
必需
data
object
必需
id
string
必需
hrefs
array[string]
必需
prompt
string
必需
name
string
必需
status
integer
必需
seed
integer
必需
createdTimestamp
integer
必需
msg
string
必需
示例
{
"code": 0,
"data": {
"id": "63ee502d175e832f69d107d1",
"hrefs": [
"https://static.infmonkeys.com/frame/artworks/522b64d8ae1111ed86bc00163e73b6a8.png",
"https://static.infmonkeys.com/frame/artworks/5262d95eae1111ed86bc00163e73b6a8.png",
"https://static.infmonkeys.com/frame/artworks/527f3b4eae1111ed86bc00163e73b6a8.png",
"https://static.infmonkeys.com/frame/artworks/529a59ecae1111ed86bc00163e73b6a8.png"
],
"prompt": "a hansome boy RENWU",
"name": "open-test-infer1",
"status": 2,
"seed": -1,
"createdTimestamp": 1676562478
},
"msg": "success"
}
最后修改时间: 2 年前