跳转到主要内容
GET
/
v1
/
channels
/
list
List subscribed channels
curl --request GET \
  --url https://api.bibigpt.co/api/v1/channels/list \
  --header 'Authorization: Bearer <token>'
{
  "channels": [
    {
      "id": "<string>",
      "title": "<string>",
      "url": "<string>",
      "platform": "<string>",
      "logoUrl": "<string>",
      "description": "<string>",
      "lastSummarizedAt": "<string>"
    }
  ]
}

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.

响应

Successful response

channels
object[]
必填