v1
latestOpenAPI 3.0.02026-07-26870415.2 KBkb
Create knowledge node
Creates a manual knowledge node or directory. Requires a token with read_write access. Nodes created through this endpoint are always recorded with source: manual.
post/v1/kb/nodes
Query parameters
workspace_idstring required
Workspace to query.
Example:j57demo8f8x7c9v0n2q4r6t8y1u3i5o
Request body
Example request
{
"title": "Checkout instructions",
"body": "Checkout is at 11 AM...",
"entity_ids": [
"ent_abc"
],
"enabled": true
}Response
Knowledge node created