/
LA
langbot
/
LangBot Service API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Sources
Subscribe
langbot
LangBot Service API
post
将文件存入知识库
v1
latest
OpenAPI 3.0.3
AGPL-3.0
2026-07-26
59
17
38.7 KB
Knowledge Bases
将文件存入知识库
将已上传的文件关联到知识库并开始解析。先通过 /api/v1/files/documents 上传文件获取 file_id。
post
/api/v1/knowledge/bases/{kb_uuid}/files
Path parameters
kb_uuid
string
uuid
required
Request body
object
required
file_id
string
required
已上传的文件 ID
parser_plugin_id
string
指定的解析器插件 ID(可选)
Response
成功
object
required
code
integer
data
object