GET
/
v1
/
getSummaryTaskStatus
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
boolean

Response

200
application/json

Successful response

The response is of type object.