SmartMemory
GET
/memory/zettel/wikilink/resolve

Resolve a wikilink to a note.

Finds the note referenced by a wikilink (e.g., [[My Note]]).

Query Parameters

Response Body

application/json

application/json

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