cURL
curl --request GET \ --url http://localhost:5300/api/v1/knowledge/parsers \ --header 'X-API-Key: <api-key>'
{ "code": 0, "data": { "parsers": [ {} ] } }
列出所有由插件提供的文件解析器。可通过 mime_type 过滤。
Documentation IndexFetch the complete documentation index at: https://docs.langbot.app/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.langbot.app/llms.txt
Use this file to discover all available pages before exploring further.
按 MIME 类型过滤解析器
成功
0
Show child attributes