QUICK START

You only need to perform the four steps below to get started easily:

Create your nandbox Account

Go to the sign-in page and click on the sign-up button.
Image without caption
Choose your desired template to start your app with
Image without caption
And click the 'Start with this template' button
Image without caption
You can sign up directly with Google, or you can enter your information manually and then click 'Sign Up’
Image without caption

Build your App

In your nandbox account, navigate to the builder and start creating your app..
Image without caption

Authorization Token

After finishing your app creation and submitting all your desired features, go to your left admin menu and click 'API & API'.
Image without caption
Click 'Create’
Image without caption
then click 'Create a new Bot' to create a bot
Image without caption
Insert your bot name, then click 'Save’
Image without caption
Once you've created a bot, you can obtain the API or bot's token by hovering over your bot and clicking 'View Details’
Image without caption
Click 'Chat with this Bot’
Image without caption
And click "Get token" from the three-dot icon at the top right
Image without caption
The authorization token and API Server URL link will be sent within the bot chat window. The information will be used to connect your API or bot to the API server.
Image without caption
As the owner (creator) of the API or bot, you will have a chance to test the bot before publishing. As soon as the bot is tested successfully, you can publish it by pressing the "publish" button. Within 24 hours, the bot will be published and available for public search within your app only.
It is important to know that any change in the bot information will result in the bot being unpublished, and the owner must publish his or her bot again to make it available for public search indexing.
Note that you must replace <code>TOKEN</code> in your bot code with the token you got earlier.
json
{ "Token": "90091903321704167:0:pVB3qS7H3JBDVvxA9pRh4EQl8ObLVJ", "URI": "wss://w1.nandbox.net:5020/nandbox/api/", "DownloadServer": "https://w1.nandbox.net:5020/nandbox/download/", "UploadServer": "https://w1.nandbox.net:5020/nandbox/upload/" }