Memory Graph
API Reference
Memory Graph
GET /v1/memories//graph — Traverse the memory knowledge graph.
GET
Memory Graph
This endpoint requires wallet authentication for identity. It is free — no payment required.
Path Parameters
UUID of the starting memory.
Query Parameters
Maximum hops to traverse. Default:
2. Max: 5.Maximum total memories to return. Default:
50. Max: 200.Comma-separated list of relation types to include:
related_to, derived_from, contradicts, supersedes, supports.Response (200 OK)
The starting memory.
All memories discovered in the graph traversal.
Relationships between memories.
Actual depth traversed.
Example
Response