cURL
curl --request GET \ --url https://open.bigmodel.cn/api/llm-application/open/knowledge/capacity \ --header 'Authorization: Bearer <token>'
{ "data": { "used": { "word_num": 123, "length": 123 }, "total": { "word_num": 123, "length": 123 } }, "code": 123, "message": "<string>", "timestamp": 123 }
获取个人知识库的使用量详情,包括字数和字节数。
Documentation IndexFetch the complete documentation index at: https://docs.bigmodel.cn/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.bigmodel.cn/llms.txt
Use this file to discover all available pages before exploring further.
使用以下格式进行身份验证:Bearer
业务处理成功
Hide child attributes
字数
字节数
响应码,200为成功
响应信息
响应时间戳