Skip to content
Get an API key

Create a mindmap for brainstorming, topic exploration, and hierarchical idea organization.

Updated 16 Sep 20261 min read

Send "type": "mindmap".

Create a mindmap for brainstorming, topic exploration, and hierarchical idea organization.

Also available as the MCP tool render_mindmap. The same payload works through either surface.

Fields

data
nodeDataobjectrequired

Root node with id, topic, root=true, and children array. Children have direction (0=left, 1=right)

Child attributes
idstring
topicstring
imagestring

Optional emoji icon for the node (e.g. "💡", "🎯"). Use sparingly on key nodes.

rootboolean
childrenobject[]

Example

{
  "type": "mindmap",
  "data": {
    "nodeData": {
      "id": "string",
      "topic": "string",
      "image": "string",
      "root": false,
      "children": [
        {
          "id": "string",
          "topic": "string",
          "image": "string",
          "direction": 0,
          "children": [
            {}
          ]
        }
      ]
    }
  }
}
Was this page helpful?

Sign in to MockFlow

The same account you use in the app and on the API.

Forgot your password?
or
Continue with GoogleContinue with Microsoft