v1
latestOpenAPI 3.0.32026-07-26870417.2 KBknowledge-base
Create Document
Process and create document entries in the knowledge base. The document will be split into chunks for efficient retrieval.
post/knowledge-base/document/create
Request body
Example request
{
"document": {
"url": "https://example.com/document.pdf",
"filename": "document.pdf"
}
}Response
201 Created