REST API
REST API Reference
The SellAIBots API lets you manage bots, clients, conversations, and analytics programmatically. All endpoints require authentication via API key.
Authentication
Include your API key in the Authorization header:
Authorization: Bearer YOUR_API_KEY
Generate API keys from your dashboard settings.
Base URL
https://sellaibots.ai/api
For the full interactive API reference with request/response examples, visit the Interactive API Docs.
Key Endpoints
GET
/api/botsList all botsPOST
/api/botsCreate a botGET
/api/conversationsList conversationsGET
/api/analytics/summaryAnalytics overview