This endpoint adds a new text resource to a specified knowledge base. The content is automatically split into chunks and embedded for vector similarity search.
{ "knowledgeBaseId": "string", // Required. The ID of the knowledge base to add to. "name": "string", // Required. The name of the resource. "content": "string" // Required. The text content to add.}