Skip to main content
GET
/
v1
/
createSummaryTask
Submit video summary processing task
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>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

url
string
required

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

Response

Successful response

success
boolean
required
taskId
string
required
status
string
required
message
string | null
summary
string
I