Add To Knowledge Base
Add a document to the knowledge base.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
This endpoint expects an object.
document_id
ID of the document to add to the knowledge base.
Response
This endpoint returns an object.
success
True if the document was successfully added.
message
Optional message describing the outcome (e.g., already exists).
