SmartMemory
GET
/memory/zettel/{note_id}/suggestions

Suggest related notes for serendipitous discovery.

Returns notes that might be relevant but aren't directly linked, enabling discovery of unexpected connections.

Path Parameters

note_id*Note Id

Query Parameters

count?Count

Number of suggestions

Response Body

application/json

application/json

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