cURL
curl --request GET \ --url https://api.bibigpt.co/api/v1/createSummaryTask \ --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>
The URL to the video (e.g., ?url=https://www.bilibili.com/video/BV1Sk4y1x7r2)
Successful response
The response is of type object.
object
Was this page helpful?