Integrate text-to-mind map functionality directly into your website or application with our powerful API. Our service converts plain text into beautifully structured mind maps with just a simple API call.
All API requests should be made to this endpoint.
All API requests require authentication using an API key. Include your API key in the request headers.
Send a POST request with a JSON payload containing the text you want to convert to a mind map.
The API returns a JSON response containing the generated mind map in multiple formats.
| Field | Description |
|---|---|
| topic | The automatically generated title for the mind map |
| svg | The complete SVG code for the mind map, ready to embed in your application |
| raw | The mind map in markdown structure format |
The SVG response contains colors that make the mind map readable on both dark and light backgrounds. We're continuously improving our outputs and welcome your feedback.
You can control the complexity and depth of your generated mind maps using the optional depth
property in your request payload. This allows you to customize the level of detail based on your specific needs.
The depth parameter accepts the following values:
| Value | Description |
|---|---|
| small | Generates a compact mind map with minimal branching and core concepts only |
| basic | Creates a balanced mind map with moderate detail and standard branching structure |
| big | Produces a comprehensive mind map with extensive detail and maximum branching |
If no depth is specified, the API will use the "basic" depth level by default. Larger mind maps may take slightly longer to generate but provide more comprehensive coverage of the topic.
Our API uses a simple pay-per-request model. Each mind map generation costs about $0.002 depending on the complexity and depth of the generated mind map. There are no monthly fees or minimum commitments - you only pay for what you use.
If you have any further questions, please contact us at api@mindmapwizard.com