Chat Bot


JSON API Documentation


Author description: This chat bot responds to you based on questions you ask.

This is an auto-generated document explaining how to use the AIMinions API to interact with the "Chat Bot" minion. The document will include (1) The HTTP endpoint where this minion is listening for requests, (2) The headers AIMinion requires to give you access to your requested minion, (3) The input parameters the minion needs in order to process your request, and (4) Sample code to get you started.

1. Endpoint URL
Endpoint URL
2. Required Headers

Authorization: PrivateKey {{SIGN_UP_FOR_PRIVATE_KEY}}

3. Input Parameters

tag | context_set | pattern
{ input: "Hi" }

4. Sample Code