跳转到主要内容
GET
/
v1
/
channel
/
health
Probe RSS health for every subscribed channel
curl --request GET \
  --url https://api.bibigpt.co/api/v1/channel/health \
  --header 'Authorization: Bearer <token>'
{
  "items": [
    {
      "channelId": "<string>",
      "channelUrl": "<string>",
      "channelTitle": "<string>",
      "ok": true,
      "message": "<string>",
      "latestPublishedAt": "<string>",
      "checkedAt": "<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

items
object[]
必填