Convert Mindmap to a json file REST API

  • 20 November 2022
  • 3 replies
  • 471 views

Badge +1

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


3 replies

Userlevel 5

Hey @Anish Ansari,

 

As Max mentioned, unfortunately Mind Maps are not supported by our Developer Platform at this time.

 

That being said, you could possibly recreate something similar using basic shapes + connectors? 

 

 

Badge +1

@Anish Ansari

Unfortunately— the REST API doesn’t yet support read or write on the “mindmap” item type.  

Here’s the docs page that can help you navigate these capabilities. 
https://developers.miro.com/reference/api-reference

 


Here’s a page where you can add to the platform wishlist. https://portal.productboard.com/bs3msuyjdbfr8dfxd84wngpn/c/33-crud-mindmap?utm_medium=social&utm_source=portal_share
 

 

Is there any other way to integrate mindmap to our platform? like jira integration, teams integrations??

Thanks

Userlevel 7
Badge +5

@Anish Ansari

Unfortunately— the REST API doesn’t yet support read or write on the “mindmap” item type.  

Here’s the docs page that can help you navigate these capabilities. 
https://developers.miro.com/reference/api-reference

 


Here’s a page where you can add to the platform wishlist. https://portal.productboard.com/bs3msuyjdbfr8dfxd84wngpn/c/33-crud-mindmap?utm_medium=social&utm_source=portal_share
 

 

Reply