Authentication
There are two ways to authenticate with the ChatbotX API:API Key
Get your API key from Settings > Integrations > ChatbotX API Access Token. Include it in theAuthorization header as a Bearer token:
Base URL
| Environment | Base URL |
|---|---|
| ChatbotX Cloud | https://app.chatbotx.io/api |
| Self-hosted | https://{YOUR_DOMAIN}/api |
Rate Limits
30 requests per hour limit applies to all endpoints.This doesn’t mean you can only post 30 times per hour, each API call counts as one request. Schedule multiple posts in a single request to maximize throughput.