memμrondocs
Console
API REFERENCE

Create a node

Create a typed rich memory node in the active organization.

Requires authentication — a Bearer token or X-Memuron-Actor-Id header.

Body parameters

contentstringrequired

typestringoptional

scopestring[]optional

auto_linkbooleanoptional

POST/memuron/nodes
curl -X POST https://api.memuron.com/memuron/nodes \
  -H "Content-Type: application/json"
200 OK
{
  "status": "success",
  "node": {
    "id": "artha_…",
    "type": "text",
    "content": "…"
  }
}