Add Text to Knowledge Base
Add plain text content to an existing knowledge base.
POST
Headers
x-workspace-idstringrequiredWorkspace identifier for the API.
Path Parameters
idstringrequiredThe unique identifier of the knowledge base.
Request Body
textstringrequiredThe plain text content to add to the knowledge base.
namestringOptional name for the text entry.
Response Fields
successbooleanWhether the text was added successfully.
{
"success": true
}