SmartMemory
GET
/memory/zettel/clusters

Detect knowledge clusters in your Zettelkasten.

Finds groups of highly interconnected notes that form coherent knowledge domains.

Query Parameters

min_size?Min Size

Minimum cluster size

algorithm?Algorithm

Clustering algorithm

Response Body

application/json

application/json

curl -X GET "https://example.com/memory/zettel/clusters"
null
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string",
      "input": null,
      "ctx": {}
    }
  ]
}