The Mind Maps API creates visual mind maps from study content using AI. Mind maps help organize information hierarchically with a central concept and branching topics.
curl -X POST https://api.inspir.uk/api/mindmap/generate \ -H "Content-Type: application/json" \ -H "Authorization: Bearer YOUR_TOKEN" \ -d '{ "title": "Photosynthesis", "content": "Photosynthesis is the process by which plants...", "topic": "Biology" }'
Generate a mind map from content.Authentication: Optional (guests get mind map without saving)