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

Path Parameters

apiToken
string
required

The API token associated with the user (e.g., /api/open/alzp32Ml2a2G)

Query Parameters

url
string
required

The URL to the video (e.g., ?url=https://www.bilibili.com/video/BV1Sk4y1x7r2)

Response

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