API Reference
This is a reference page for all of aBLT's API endpoints. You can use these to integrate your bots into any other application. If you're looking for a more in-depth explanation of how to create and train bots, check out our guides.
Overview
Authorization
aBLT's API requires a key for access. A key can be obtained by creating an account and going to the API page. You can use your key to access all of aBLT's API endpoints.
- Obtaining your key - How to find your API key in the Bot Workshop.
- Using your key - How to use your API key to make API calls.
Endpoints
The aBLT API allows you to fetch and interact with the bots you've created in the Bot Workshop. You can use these endpoints to integrate your bots into any other application.
Bots
GET /bots
- Fetch your bots from the Bot Workshop.
Chat
POST /chat
- Send any bot a message and receive a response.