跳转到主要内容
GET
/
v1
/
library
/
search
Search across saved videos (title, subtitles, notes)
curl --request GET \
  --url https://api.bibigpt.co/api/v1/library/search \
  --header 'Authorization: Bearer <token>'
{
  "results": [
    {
      "contentId": "<string>",
      "title": "<string>",
      "sourceUrl": "<string>",
      "snippet": "<string>",
      "timestamp": 123,
      "matchType": "title"
    }
  ],
  "count": 123
}

Documentation Index

Fetch the complete documentation index at: https://docs.bibigpt.co/llms.txt

Use this file to discover all available pages before exploring further.

授权

Authorization
string
header
必填

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

查询参数

keyword
string
必填
Minimum string length: 1
limit
integer
默认值:10
必填范围: 1 <= x <= 50

响应

Successful response

results
object[]
必填
count
number
必填