API Endpoints
/api/open/{apiToken}/chapter-summary
Only returns the video subtitlesArray in detail
GET
/
api
/
open
/
{apiToken}
/
chapter-summary
Path Parameters
apiToken
string
requiredThe API token associated with the user (e.g., /api/open/alzp32Ml2a2G)
Query Parameters
url
string
requiredThe URL to the video (e.g., ?url=https://www.bilibili.com/video/BV1Sk4y1x7r2)
Response
200 - application/json
success
boolean
id
string
service
string
sourceUrl
string
htmlUrl
string
costDuration
number
remainingTime
number
overallSummary
string
overallTitle
string
cover
string
author
string
chapters
object[]
Was this page helpful?