cURL
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>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful response
The response is of type object.
object
Was this page helpful?