Quickly test our API
const apiKey = 'API_KEY';
const inputText = 'Who was Toni 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))
.catch(error => console.error('Error:', error));
Generating your mind map...
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