查询任务
GET /api/v3/predictions/{task_id}/result{
"status": "success",
"result": {}
}| 参数 | 类型 | 必填 | 默认值 | 描述 |
|---|---|---|---|---|
Authorization (Header) | string | 是 | - | 您的 API 密钥,格式为:sk-*********** |
task_id (Path) | string | 是 | - | 生成请求返 回的任务 ID |
| 错误码 | 错误名称 | 描述 |
|---|---|---|
| 401 | Invalid signature | API 密钥缺失或无效 |
| 403 | Insufficient balance | 账户余额不足 |
| 500 | Internal server error | 服务器内部错误 |
| 503 | Content policy violation | 内容因安全原因被阻止 |