cURL
curl --request POST \ --url https://api.velixarai.com/graph/traverse \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "entity": "<string>", "max_hops": 123 } '
Walk entity relationships from a focal point.
{ "nodes": [ { "id": "node-abc", "entity_type": "project", "label": "velixar-mcp-server", "properties": { "description": "MCP server for AI memory" }, "relevance": 0.95 } ], "edges": [ { "source": "node-abc", "target": "node-def", "relation_type": "depends_on", "weight": 0.8 } ] }