1. 查询任务
超然POD-API开放平台-文档中心
  • 说明
  • 创建任务
    • 图案提取 V1
      POST
    • 图案提取 V2
      POST
    • 图案裁剪
      POST
    • 图生图
      POST
    • 文生图
      POST
    • AI 写标题
      POST
    • 图片高清
      POST
    • 印花抠图
      POST
    • 图片违规检测
      POST
    • TRO 检测
      POST
  • 查询任务
    • 查询任务状态
      GET
    • 查询任务结果
      GET
  1. 查询任务

查询任务状态

GET
/openapi/v1/tasks/{task_id}

请求参数

Path 参数

Header 参数

请求示例代码

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location '/openapi/v1/tasks/' \
--header 'x-api-key: {{api_key}}'

返回响应

🟢200成功
application/json
任务状态
Bodyapplication/json

示例
{
    "code": "0",
    "message": "ok",
    "data": {
        "task_id": "30df558c-6f94-4c4e-b976-d60569fe595d",
        "status": "CREATED",
        "capability_code": "idetect",
        "request_id": "string",
        "created_at": "2019-08-24T14:15:22.123Z",
        "updated_at": "2019-08-24T14:15:22.123Z",
        "finished_at": 0,
        "error_code": "string",
        "error_message": "string"
    }
}
🟠404记录不存在
修改于 2026-06-06 21:53:41
上一页
TRO 检测
下一页
查询任务结果
Built with