visualize
Visualize Multi
Generate a combined HTML visualization of graph data from multiple users’ datasets.
This endpoint aggregates knowledge graphs from multiple user+dataset pairs into a single interactive visualization, with each user’s nodes tagged for color-by-user rendering.
Request Body
A JSON array of objects, each with:
- user_id (UUID): The user who owns the dataset
- dataset_id (UUID): The dataset to include
Response
Returns an HTML page containing the combined interactive graph visualization.
Notes
- Requires superuser privileges to view other users’ data
- Each user+dataset pair must exist and be accessible
POST
Visualize Multi
Visualize Multi