API Reference
Muum AI REST API
Complete API reference for integrating Muum AI into your applications.
Base URL
https://api.muum.ai/v1Authentication
Bearer TokenRate Limit
1000 req/minAuthentication
POST
/auth/loginAuthenticate user and get access tokenPOST
/auth/refreshRefresh access tokenPOST
/auth/logoutRevoke access tokenChatbots
GET
/chatbotsList all chatbotsPOST
/chatbotsCreate a new chatbotGET
/chatbots/:idGet chatbot detailsPATCH
/chatbots/:idUpdate chatbot settingsDELETE
/chatbots/:idDelete a chatbotConversations
GET
/conversationsList all conversationsGET
/conversations/:idGet conversation detailsPOST
/conversations/:id/messagesSend a messagePATCH
/conversations/:id/statusUpdate conversation statusLeads
GET
/leadsList all leadsPOST
/leadsCreate a new leadGET
/leads/:idGet lead detailsPATCH
/leads/:idUpdate lead informationAnalytics
GET
/analytics/overviewGet analytics overviewGET
/analytics/conversationsConversation analyticsGET
/analytics/leadsLead analyticsAPI Docs In Progress
TODO: Add interactive API explorer, request/response examples, SDK code snippets, authentication flow, webhook documentation.