Documentation

Text to Mind Map API

Try it out Get started

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

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.

Mind Map Sizes

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.

Example Request:
{
  "input": "USA",
  "depth": "basic"
}

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.

Pricing

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.

Support

If you have any further questions, please contact us at api@mindmapwizard.com

Ready to Get Started?

Try it out first Get started

No credit card required