# Mindmap Generator

## Try it in the Widget Center

Click this [url](https://app.myshell.ai/robot-workshop/widget/1784203578987925504) to try this widget and copy the Pro Config template.

## Usage

**Input Parameters**

<table><thead><tr><th>Name</th><th>Type</th><th>Description</th><th>Default</th><th data-type="checkbox">Required</th></tr></thead><tbody><tr><td>prompt</td><td><code>string</code></td><td>The topic that you want to generate a mindmap, and anything you want to add in the mindmap</td><td></td><td>true</td></tr></tbody></table>

**Output Parameters**

| Name | Type     | Description                                         | File Type |
| ---- | -------- | --------------------------------------------------- | --------- |
| url  | `object` | The generated mindmap url based on the input prompt |           |

**Output Example**

{% tabs %}
{% tab title="success" %}
{% code fullWidth="false" %}

```json
{
  "url": "https://object-storage-16oh.lepton.ai/ws-k8d7q1rw/mindmap/output/a8cb94274f6a4f6daf4d651fcfed64fe.html"
}
```

{% endcode %}
{% endtab %}
{% endtabs %}
