- 画宇宙AI绘画基础接口
- 第三方AI绘画模型接口
- 高级接口
- 其他接口
- 查询接口
- 训练模型生成头像
- 模型训练/推理
- ai玩图V2
历史任务列表(积分用户可用)
GET
https://open.nolibox.com/prod-open-aigc/open/task/list
请求参数
Query 参数
page_index
integer
可选
示例值:
1
page_size
string
可选
示例值:
10
Header 参数
Authorization
string
必需
示例值:
Basic xxxxxxxxxx
示例代码
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/task/list?page_index=1&page_size=10' \
--header 'Authorization: Basic xxxxxxxxxx'
返回响应
🟢200成功
application/json
Body
code
integer
状态码,0表示成功
msg
string
状态描述,当 code 不为0时,此字段返回具体错误详情
data
object
必需
page_index
integer
当前页码
page_size
integer
当前每页 limit
total
integer
总行数
list
array [object {8}]
任务列表
示例
{
"code": 0,
"data": {
"page_index": 1,
"page_size": 10,
"total": 141,
"list": [
{
"id": 52269634552297,
"type": 1,
"state": 2,
"query_code": "00fc35aa",
"trans_id": 971,
"notify_url": "https://www.nolibox.com/debug/callback",
"create_time": 1672121531,
"update_time": 1672121540
},
{
"id": 52244116406754,
"type": 1,
"state": 2,
"query_code": "2b0e334e",
"trans_id": 970,
"notify_url": "https://www.nolibox.com/debug/callback",
"create_time": 1672106328,
"update_time": 1672106385
},
{
"id": 52244082852322,
"type": 1,
"state": 2,
"query_code": "046518fa",
"trans_id": 969,
"notify_url": "https://www.nolibox.com/debug/callback",
"create_time": 1672106306,
"update_time": 1672106324
},
{
"id": 52041581855492,
"type": 2,
"state": 2,
"query_code": "wx_12023448",
"trans_id": 968,
"notify_url": "",
"create_time": 1671985606,
"update_time": 1671985769
},
{
"id": 52039719584516,
"type": 1,
"state": 3,
"query_code": "dr_111564",
"trans_id": 967,
"notify_url": "",
"create_time": 1671984491,
"update_time": 1671984498
},
{
"id": 52039400817412,
"type": 1,
"state": 3,
"query_code": "dr_111563",
"trans_id": 966,
"notify_url": "",
"create_time": 1671984308,
"update_time": 1671984318
},
{
"id": 52038612288260,
"type": 1,
"state": 2,
"query_code": "dr_111562",
"trans_id": 965,
"notify_url": "",
"create_time": 1671983830,
"update_time": 1671983855
},
{
"id": 52035693052676,
"type": 1,
"state": 3,
"query_code": "dr_111561",
"trans_id": 964,
"notify_url": "",
"create_time": 1671982097,
"update_time": 1671982098
},
{
"id": 51728250581590,
"type": 1,
"state": 2,
"query_code": "dr_111557",
"trans_id": 963,
"notify_url": "",
"create_time": 1671798845,
"update_time": 1671798854
},
{
"id": 51722965758550,
"type": 1,
"state": 2,
"query_code": "dr_111498",
"trans_id": 962,
"notify_url": "",
"create_time": 1671795692,
"update_time": 1671798492
}
]
},
"msg": "success"
}

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


修改于 2023-03-14 01:19:54