Generate a mind map from an ingested source
sourceId of the ingested material, you can create a visual representation of the key concepts and their relationships, making it easier to understand and review complex topics.
POST/source/generateMindMap/{sourceId}200 OKsourceId: The ID of the source to generate mind map fromapi-key: <your-api-key>mindmap.mindmap_name: Name of the mind mapmindmap.nodes: Array of mind map nodes
id: Unique node identifierlabel: Node label/titlepositionX: X position coordinatepositionY: Y position coordinatedefinition: Node description/definitionisHighlyImportant: Whether this node is marked as importantmindmap.edges: Array of connections between nodes
id: Unique edge identifiersource: Source node IDtarget: Target node IDmindmap.mindmap_id: ID of the created mind map