进步
开发环境
开发环境
GET
/v2/progress
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'http://dev-cn.your-api-server.com/v2/progress?task_id=' \
--header 'Authorization;'
响应示例响应示例
{
"code": 0,
"msg": "",
"data": {
"status": 2,
"progress": 1,
"eta_relative": 0,
"imgs": [
"https://stars-test.s3.amazonaws.com/free/859d452b-f682-45fc-b0e7-5bd7b61a107d-0.png",
"https://stars-test.s3.amazonaws.com/free/859d452b-f682-45fc-b0e7-5bd7b61a107d-1.png",
"https://stars-test.s3.amazonaws.com/free/859d452b-f682-45fc-b0e7-5bd7b61a107d-2.png",
"https://stars-test.s3.amazonaws.com/free/859d452b-f682-45fc-b0e7-5bd7b61a107d-3.png"
],
"failed_reason": "",
"current_images": [
""
],
"submit_time": "2024-01-24 15:08:17",
"execution_time": "2024-01-24 15:08:17",
"txt2img_time": "2024-01-24 15:08:22",
"finish_time": "2024-01-24 15:08:22",
"info": "",
"enable_nsfw_detection": true,
"nsfw_detection_result": [
{
"valid": true,
"confidence": 57.62467
},
{
"valid": true,
"confidence": 3.908125
},
{
"valid": true,
"confidence": 99.84468
},
{
"valid": true,
"confidence": 2.440833
}
],
"debug_info": {
"submit_time_ms": 1706080097101,
"execution_time_ms": 1706080097369,
"txt2img_time_ms": 1706080102333,
"finish_time_ms": 1706080102479
}
}
}
请求参数
Query 参数
task_id
string
任务ID
Header 参数
Authorization
string
必需
返回响应
修改于 2024-02-05 08:22:46