Navigating the brainful API

The brainful API serves as the foundation for data entry for all of our platforms. It is lenient and flexible in the formatting of your data. Some examples are provided below:


Creating a new node

Creating a new node is as simple as sending a POST request to https://brainful.io/api/add with authorization token retrieved from brainful options, and a single parameter in json body consisting of 'string' or 'file' keys or both. The API automatically handles the rest.