跳转到主要内容
GET
/
v1
/
notes
/
get
Get a single note by content id
curl --request GET \
  --url https://api.bibigpt.co/api/v1/notes/get \
  --header 'Authorization: Bearer <token>'
{
  "contentId": "<string>",
  "note": "<string>",
  "updatedAt": "<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.

查询参数

contentId
string
必填

响应

Successful response

contentId
string
必填
note
string | null
必填
updatedAt
string | null
必填