Galya Docs
API referencevisualize/graph

Load graph JSON for a visualization session (public, token-gated)

GET
/visualize/graph

No API key. Pass t from GET /v1/visualize. Returns catalog hierarchy (cluster → entity → content) from Convex; nodes/edges are typically empty. No Turbopuffer vector graph or kNN proximity edges.

Query Parameters

t*string

Session token from GET /v1/visualize.

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/visualize/graph?t=string"
{
  "nodes": [
    {}
  ],
  "edges": [
    {}
  ],
  "hierarchy": {},
  "warnings": [
    "string"
  ]
}
{
  "error": "string",
  "code": "string"
}
{
  "error": "string",
  "code": "string"
}
{
  "error": "string",
  "code": "string"
}
{
  "error": "string",
  "code": "string"
}
{
  "error": "string",
  "code": "string"
}