curl --request GET \
--url https://api.bibigpt.co/api/v1/summarizeByChapter \
--header 'Authorization: Bearer <token>'{
"success": true,
"id": "<string>",
"service": "<string>",
"sourceUrl": "<string>",
"htmlUrl": "<string>",
"costDuration": 123,
"remainingTime": 123,
"url": "<string>",
"title": "<string>",
"chapters": [
{
"start": 123,
"end": 123,
"contents": [
"<array>"
],
"summary": "<string>",
"title": "<string>",
"text": "<string>"
}
],
"summary": "<string>",
"detail": {
"id": "<string>",
"url": "<string>",
"type": "bilibili",
"title": "<string>",
"duration": 123,
"summary": "<string>",
"dbId": "<string>",
"embedId": "<string>",
"pageId": "<string>",
"rawLang": "<string>",
"translationUrls": [
{
"code": "<string>",
"url": "<string>"
}
],
"audioUrl": "<string>",
"playUrl": "<string>",
"cover": "<string>",
"author": "<string>",
"authorId": "<string>",
"publishedDate": "<unknown>",
"subtitlesArray": [
{
"startTime": 123,
"end": 123,
"text": "<string>",
"index": 123,
"words": [
{
"start": 123,
"end": 123,
"text": "<string>",
"punctuation": "<string>"
}
],
"speaker_id": 123,
"_isGrouped": true,
"_originalSubtitles": [
"<unknown>"
]
}
],
"descriptionText": "<string>",
"contentText": "<string>",
"aiImages": [
{
"startTime": 123,
"endTime": 123,
"prompt": "<string>",
"image": "<string>"
}
],
"chapters": [
{
"from": 123,
"to": 123,
"content": "<string>",
"type": 123,
"imgUrl": "<string>"
}
],
"local_path": "<string>",
"status": "<string>"
},
"chapterSummary": "<string>"
}curl --request GET \
--url https://api.bibigpt.co/api/v1/summarizeByChapter \
--header 'Authorization: Bearer <token>'{
"success": true,
"id": "<string>",
"service": "<string>",
"sourceUrl": "<string>",
"htmlUrl": "<string>",
"costDuration": 123,
"remainingTime": 123,
"url": "<string>",
"title": "<string>",
"chapters": [
{
"start": 123,
"end": 123,
"contents": [
"<array>"
],
"summary": "<string>",
"title": "<string>",
"text": "<string>"
}
],
"summary": "<string>",
"detail": {
"id": "<string>",
"url": "<string>",
"type": "bilibili",
"title": "<string>",
"duration": 123,
"summary": "<string>",
"dbId": "<string>",
"embedId": "<string>",
"pageId": "<string>",
"rawLang": "<string>",
"translationUrls": [
{
"code": "<string>",
"url": "<string>"
}
],
"audioUrl": "<string>",
"playUrl": "<string>",
"cover": "<string>",
"author": "<string>",
"authorId": "<string>",
"publishedDate": "<unknown>",
"subtitlesArray": [
{
"startTime": 123,
"end": 123,
"text": "<string>",
"index": 123,
"words": [
{
"start": 123,
"end": 123,
"text": "<string>",
"punctuation": "<string>"
}
],
"speaker_id": 123,
"_isGrouped": true,
"_originalSubtitles": [
"<unknown>"
]
}
],
"descriptionText": "<string>",
"contentText": "<string>",
"aiImages": [
{
"startTime": 123,
"endTime": 123,
"prompt": "<string>",
"image": "<string>"
}
],
"chapters": [
{
"from": 123,
"to": 123,
"content": "<string>",
"type": 123,
"imgUrl": "<string>"
}
],
"local_path": "<string>",
"status": "<string>"
},
"chapterSummary": "<string>"
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The URL to the video (e.g., ?url=https://www.bilibili.com/video/BV1Sk4y1x7r2) The URL to the video (e.g., ?url=https://www.bilibili.com/video/BV1Sk4y1x7r2)
Successful response
Show child attributes
bilibili, youtube, podcast, douyin, tiktok, online-media, url-media, import-file, local-video, local-audio, record-audio, local-subtitle, webpage, meeting Show child attributes
The start time of the subtitle item in seconds, e.g. 53.58
The end time of the subtitle item in seconds, e.g. 65.08
The text of the subtitle item
The index of the subtitle item
The speaker id of the subtitle item
Whether this subtitle is a grouped subtitle
Original subtitles that were grouped together
Was this page helpful?