Quick Start

Good to know: A quick start guide can be good to help folks get up and running with your API in a few steps. Some people prefer diving in with the basics rather than meticulously reading every page of documentation!

Get your Private Beta Access key

In order to fully access Liquid AI, you must first register for the private beta via our landing page. After applying for your beta key, you should be emailed a beta access key to the email you input in the registration form within 24-72 hours.

Installing Liquid AI

Next, you're going to have to install the Liquid AI by running the following commands in your command line:

$ install via npm
$ npm install -g liquid-ai

Note: Prior to making your first request, make sure you update the config file appropriately and set the account for which the commands should execute to/from.

Make your first request

To make your first request, initiate a command via the 'ra-protocol' root command:

$ liquid-ai

Configure Liquid AI

Next, you'll need to configure your Liquid AI setup. To do this, submit the following command:

$ liquid-ai config

Doing so will prompt the command line to ask you to input your private beta access key like so:

After entering the private beta key, you'll then be able to start using Liquid AI.

Last updated