logo

QUICK START


Login to Your nandbox Account

Go to the sign-in page to access your app builder.
Image without caption

Authorization Token

After finishing your app creation and submitting all your desired components and features, go to the admin menu and click 'Settings.โ€™
Image without caption
Click โ€˜API.โ€™
Image without caption
Click 'Add New API.โ€™
Image without caption
Insert your Bot/API name, then click 'Save.โ€™
Image without caption
Once you've created a bot, you can obtain the bot/APIโ€™s authorization token to connect your bot/API to the API server.
Image without caption
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/" }