Quickly test our API
Generating your mind map...
const
apiKey = 'YOUR_API_KEY'; // Replace with your actual API key
const
inputText = 'Who was Tony Buzan?';
fetch( "https://api.mindmapwizard.com/", {
method: 'POST',
headers: {
'Content-Type': 'application/json',
'X-Api-Key': apiKey
},
body: JSON. stringify({
"input": inputText
} )
})
. then( response => response. json())
. then( data => {
console. log( data);
const
cleanSvgString = data. svg;
document.body.innerHTML = cleanSvgString;
})
. catch( error => console. error( 'Error:', error));
Status
It is challenging to provide AI services at low costs, and we are currently experiencing an API
outage due to this. We are diligently working to resolve this issue and apologize for any
inconvenience it may cause.
Contact us