Skip to main content
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>"
}

Authorizations

Authorization
string
header
required

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

Query Parameters

taskId
string
required
includeDetail
string

Response

Successful response

  • Option 1
  • Option 2
success
boolean
required
taskId
string
required
status
string
required
message
string | null
summary
string
I