Quick Start

1. Creating a brain

  1. Click Add brain.
  2. Enter a title.
  3. Save.

Well done! Immediately, you have a brain or a virtual robot that is ready to delight your users with the power of advanced A.I.

2. Talking to it

To verify if the new brain works, click the Training tab and have a small chat with her. The page is designed for training the brain, but you don't have to do that at this stage.

3. Deploy the brain

It's very simple to integrate the brain with your product, whether it's a robot, mobile phone or website. You just need the API below.

http://api.brainshop.ai/get?bid=[bid]&key=[key]&uid=[uid]&msg=[msg]
  • bid: The brain ID.
  • key: The access key for the brain.
  • uid: The ID you assign to end user.
  • msg: The message from user.

To obtain the bid and key for a brain,

  1. Click the brain in the left side bar.
  2. Click Settings tab.

The bid and key can be found there.