Fetch(获取任务结果)
GET
/302/task/{id}/fetch302.AI的API,来自于我们在云GPU上自己部署的模型。部分模型为开源模型,部分模型为我们自己微调或开发的。
当一个任务超过30s没有完成,接口会自动返回任务id,请将id传递到这个接口,通过这个接口来获取任务结果。
价格:0 PTC/次
请求参数
Path 参数
id
string
任务ID
示例值:
1
Header 参数
Authorization
string
必需
302.AI后台的API Key
示例值:
Bearer {{YOUR_API_KEY}}
示例代码
返回响应
OK(200)
Unauthorized(401)
Forbidden(403)
Not Found(404)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
completed_at
string
必需
created_at
string
必需
error
string
必需
id
string
必需
model
string
必需
output
string
必需
started_at
string
必需
status
string
必需
示例
{
"completed_at": "",
"created_at": "",
"error": "",
"id": "",
"model": "",
"output": "",
"started_at": "",
"status": ""
}
最后修改时间: 3 个月前