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_idstringRequired
ID of the document to add to the knowledge base.

Response

This endpoint returns an object.
successboolean
True if the document was successfully added.
messagestring or null

Optional message describing the outcome (e.g., already exists).

Errors