The Boei API allows you to programmatically manage your chatbots, training content, tags, and conversations. This is useful for integrating Boei into your applications, building custom interfaces, or automating chatbot interactions.
How to get there: Go to your profile icon (top right) → API Keys.
All API requests require authentication using an API key.
Important: Store your API key securely. It provides full access to your account.
Include your API key in the Authorization header of every request:
Authorization: Bearer YOUR_API_KEY
https://app.boei.help/api/v1
For a full list of available endpoints, request/response examples, and interactive testing, visit the API Documentation.
The interactive docs let you:
If you exceed rate limits, you'll receive a 429 status code. Wait before retrying.
Need help with the API?