API Reference

Muum AI REST API

Complete API reference for integrating Muum AI into your applications.

Base URL
https://api.muum.ai/v1
Authentication
Bearer Token
Rate Limit
1000 req/min

Authentication

POST/auth/loginAuthenticate user and get access token
POST/auth/refreshRefresh access token
POST/auth/logoutRevoke access token

Chatbots

GET/chatbotsList all chatbots
POST/chatbotsCreate a new chatbot
GET/chatbots/:idGet chatbot details
PATCH/chatbots/:idUpdate chatbot settings
DELETE/chatbots/:idDelete a chatbot

Conversations

GET/conversationsList all conversations
GET/conversations/:idGet conversation details
POST/conversations/:id/messagesSend a message
PATCH/conversations/:id/statusUpdate conversation status

Leads

GET/leadsList all leads
POST/leadsCreate a new lead
GET/leads/:idGet lead details
PATCH/leads/:idUpdate lead information

Analytics

GET/analytics/overviewGet analytics overview
GET/analytics/conversationsConversation analytics
GET/analytics/leadsLead analytics

API Docs In Progress

TODO: Add interactive API explorer, request/response examples, SDK code snippets, authentication flow, webhook documentation.