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/graph

Authentication

Required. Include your API key in the Authorization header:

Authorization: Bearer YOUR_API_KEY

Query Parameters

ParameterTypeRequiredDescription
appIdstringRequiredApplication identifier
externalUserIdstringRequiredExternal user identifier
includeOrphansbooleanOptionalInclude orphan seeds (default: false)
includeEmptyBundlesbooleanOptionalInclude empty bundles (default: true)
seedTypesstringOptionalComma-separated seed types to filter

Response

FieldTypeDescription
nodesarrayArray of node objects (bundles and seeds)
edgesarrayArray 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)