We are developing an App where we want our users to use miro and create a mindmap and once they’re done we want to export that in json file without lossing the structure.
For example:
There is an user who wants to create a certain course on our platform so we give the user to mindmap everything they want and later we can use that mind map to structure a course for the user.
Is this possible? if yes, how? I want to use the REST API to read the structure of mindmap. Actually I want to do the following.
- List MindMaps
- Convert mind map structure to json file.
Thanks