Skip to main content

New in the REST API: Experimental support for Mind Maps (Create, Read, Delete)


William Bishop
Mironeer
Forum|alt.badge.img+4

Hey, everyone!

We’re excited to announce experimental support for creating, reading, and deleting Mind Maps via the REST API. 

Important!

  • Mind Maps are not yet supported in production endpoints. You can use the experimental endpoint to explore these APIs.

Ready to get started? Check out our API Reference here.

Changelog entry:
https://developers.miro.com/changelog/2023-11-3-changelog 
 

P.S., have feedback for us? Please share any and all of your feedback with us here in the thread below, or in the #experimental channel on our Discord server. 😎

Was it helpful?

3 replies

Forum|alt.badge.img

I believe there is something wrong with the endpoint, I’m using the “Try it” from the documentation and I get:

 

​​​​​​​{
  "type": "error",
  "code": "2.0703",
  "context": {
    "fields": [
      {
        "field": "geometry.height",
        "message": "Field [geometry.height] is not supported"
      }
    ]
  },
  "message": "Invalid parameters",
  "status": 400
}

 


William Bishop
Mironeer
Forum|alt.badge.img+4
  • Author
  • Mironeer
  • 234 replies
  • September 9, 2024

Hi @Junior Godoi,

Thank you for bringing this to our attention!

At the moment, I believe it’s only possible to specify the width for a node when creating via API, and it will be autoscaled based on this. If you leave the height field empty, the request should work.

We will confirm this with our team and update the documentation accordingly to reflect this. Thanks again for sharing this with us.

Best,
Will


Forum|alt.badge.img

Hey there! Any idea when this will be deployed in production? Happy to help test :-)