How to use the API

The Classy-AI API is very simple. Put the desired input after this link for an output in JSON format.


Input example:

http://app.chat314.com/api/how are you



Ouptut example:
            {
              "certainty": "0.9999997615814209",
              "input": "how are you",
              "output": "Personal"
            }