Integrate BotDesk into your applications with our RESTful API.
All API requests require authentication using your API key. Include it in the Authorization header:
/chatbotsCreate a new chatbot
/chatbots/:idGet chatbot details
/chatbots/:id/messagesSend a message to a chatbot
/conversationsList conversations
API requests are limited to 1000 requests per minute per API key. Rate limit headers are included in all responses.