Documentation Index
Fetch the complete documentation index at: https://mintlify.com/makriman/inspir/llms.txt
Use this file to discover all available pages before exploring further.
Overview
The Concept Maps API creates visual concept maps showing relationships between ideas. Unlike mind maps (which are hierarchical), concept maps show interconnected concepts with labeled relationships.Endpoints
Generate Concept Map
Request Body
Title of the concept map
Text content to analyze for concepts and relationships
Subject or topic
Response
Whether the request was successful
Generated concept map structure
Whether the concept map was saved
Get Concept Maps
Response
Whether the request was successful
Array of concept maps
Get Concept Map by ID
Update Concept Map
Delete Concept Map
Error Responses
400- Missing required fields401- Authentication required404- Concept map not found500- AI generation failed
Concept Map vs Mind Map
| Feature | Concept Map | Mind Map |
|---|---|---|
| Structure | Network (interconnected) | Hierarchical (tree-like) |
| Relationships | Labeled connections | Parent-child only |
| Best for | Understanding complex systems | Brainstorming, categorization |
| Example use | Ecosystem relationships | Study topic breakdown |
Concept maps are particularly useful for subjects with complex interrelationships like biology, chemistry, and systems thinking.