Add Text to Knowledge Base
Add plain text content to an existing knowledge base.
POST
Headers
x-api-keystringrequiredAPI key used for authenticating requests to the API.
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
}