跳转到主要内容
GET
/
v1
/
getSummaryTaskStatus
Check task status and get result if completed
curl --request GET \
  --url https://api.bibigpt.co/api/v1/getSummaryTaskStatus \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "taskId": "<string>",
  "status": "<string>",
  "message": "<string>",
  "summary": "<string>"
}

授权

Authorization
string
header
必填

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

查询参数

taskId
string
必填
includeDetail
string

响应

Successful response

success
boolean
必填
taskId
string
必填
status
string
必填
message
string | null
summary
string