GET
/
open
/
{apiToken}
/
summaryTask
/
{taskId}
curl --request GET \
  --url https://api.bibigpt.co/api/open/{apiToken}/summaryTask/{taskId}
{
  "success": true,
  "taskId": "<string>",
  "status": "<string>",
  "message": "<string>",
  "summary": "<string>"
}

Path Parameters

taskId
string
required
apiToken
string
required

Query Parameters

includeDetail
boolean

Response

200
application/json
Successful response
success
boolean
required
taskId
string
required
status
string
required
message
string | null
summary
string