Documentation

Text to Mind Map API

Try it out

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.

API Endpoint

https://api.mindmapwizard.com/

All API requests should be made to this endpoint.

Authentication

All API requests require authentication using an API key. Include your API key in the request headers.

Headers:
X-Api-Key: YOUR_API_KEY

To obtain an API key, please fill out the form below. We'll contact you with your API key and discuss pricing based on your usage requirements.

Request Format

Send a POST request with a JSON payload containing the text you want to convert to a mind map.

Method: POST

Payload:
{ "input": "Your text content to convert into a mind map" }

Response Format

The API returns a JSON response containing the generated mind map in multiple formats.

{ "topic": "Mind Map Title", "svg": "SVG Mind Map", "raw": "Mind Map Markdown Structure" }
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.

Rate Limits & Pricing

API usage is subject to rate limits based on your subscription plan. Pricing depends on your expected monthly API call volume.

To discuss pricing and get an API key, please fill out the form below.

Get API Access

Interested in using our text-to-mind map API? Enter your email below and we'll contact you with your API key and pricing information based on your usage needs.