SmartMemory
GET
/memory/zettel/bridges

Find bridge notes (notes connecting different clusters).

Identifies notes that connect otherwise separate knowledge domains, enabling cross-domain insights.

Query Parameters

limit?Limit

Maximum number of bridges to return

Response Body

application/json

application/json

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