AION
Introducing the ultimate chatbot creation tool - RapidAPI's GPT-3 Chatbot Builder. Leveraging the power of OpenAI's GPT-3 technology, our platform allows you to easily create custom chatbots with a wide range of built-in features. Create personalized instructions for each bot, upload your own knowledge base for accurate responses, and utilize our redis-based context feature to ensure seamless…
AION endpoints
| Method | Endpoint | Description |
|---|---|---|
| Auth | ||
| POST |
Authenticate /features/auth/rapidapi |
Get access_token As a first step, you should authenticate with the API. This will allow you to create your own chatbots, and use them for chatting with your users. You’ll receive… |
| Create Bot | ||
| POST |
Create New Bot /resources/bot/ |
Once you have authenticated, you can proceed to creating your own chatbot. You can use the “access_token” received during authentication to "Authorization" headers, and create… |
| Bot Answer | ||
| POST |
Chatbot Answer /features/conversation/answer/{botId} |
Once you have created your bot you (and your users!) can start chatting with it. The bot will respond based on the instructions provided during creation, and automatically… |
| Manage My Bots | ||
| GET |
List my Bots /resources/bot/ |
Once you have created your bot, you can manage the configurations by using the “access_token” received during authentication. Here you can view a list of all the bots you have… |
| PUT |
Edit a Bot /resources/bot/{id} |
Once you have created your bot, you can manage the configurations by using the “access_token” received during authentication. Here you can edit the configurations of your bot… |
AION pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 20 / hour |
|
| PRO | $20 / month | 20 / minute |
|