SmartMemory
GET
/memory/zettel/hubs

Find hub notes (highly connected notes).

Identifies notes that serve as central connection points in your knowledge graph.

Query Parameters

min_connections?Min Connections

Minimum connections to be a hub

limit?Limit

Maximum number of hubs to return

Response Body

application/json

application/json

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