Skip to main content

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. 😎

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
}

 


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


Reply