Bundles / Graph
Bundles Graph
Visualize the relationship graph between seeds and bundles. Returns node and edge data for building knowledge graphs, discovering related content, or creating visual bundle explorers.
GET
{baseAPIUrl}/bundles/graphAuthentication
Required. Include your API key in the Authorization header:
Authorization: Bearer YOUR_API_KEYQuery Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| appId | string | Required | Application identifier |
| externalUserId | string | Required | External user identifier |
| includeOrphans | boolean | Optional | Include orphan seeds (default: false) |
| includeEmptyBundles | boolean | Optional | Include empty bundles (default: true) |
| seedTypes | string | Optional | Comma-separated seed types to filter |
Response
| Field | Type | Description |
|---|---|---|
| nodes | array | Array of node objects (bundles and seeds) |
| edges | array | Array of edge objects connecting nodes |
Use Cases
Knowledge Graph Visualization
Build interactive visualizations showing relationships between bundles and seeds.
Content Organization Analysis
Identify orphan seeds and empty bundles to improve content organization.
Try It
Query Parameters
Application identifier (single value)
External user identifier (single value)
Include seeds not in any bundle (default: false)
Include bundles with no seeds (default: true)
Comma-separated seed types to filter (e.g., pdf,markdown)