API REFERENCE
Find path
Find a graph path between two known memories.
Requires authentication — a Bearer token or
X-Memuron-Actor-Id header.Query parameters
from_idstringrequiredto_idstringrequiredscopestringoptionalGET
/memuron/graph/pathcurl https://api.memuron.com/memuron/graph/path200 OK
{
"status": "success",
"path": ["artha_…", "artha_…"],
"length": 2
}