API Endpoints
/api/open/{apiToken}
Returns the video summary
GET
/
api
/
open
/
{apiToken}
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
summary
string
Was this page helpful?