BotMape Complete Suite
🤖 Build production-ready AI chatbots in under 5 minutes — no infrastructure, no fine-tuning, no headaches. The BotMape Complete Suite gives you 12 REST endpoints to create, train, and deploy GPT-4o-mini powered AI agents that actually know YOUR business. Upload PDFs, FAQs, or docs → automatic vector embeddings via text-embedding-3-small → instant retrieval-augmented generation (RAG). Your bots…
BotMape Complete Suite endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
List Chatbots /api/chatbots |
Create, configure, update and delete AI chatbots programmatically |
| GET |
Get Chatbot /api/chatbots/{id} |
Create, configure, update and delete AI chatbots programmatically |
| PATCH |
Update Chatbot /api/chatbots/{id} |
Create, configure, update and delete AI chatbots programmatically |
| DELETE |
Delete Chatbot /api/chatbots/{id} |
Create, configure, update and delete AI chatbots programmatically |
| GET |
Get Knowledge Entries /api/chatbots/{id}/knowledge |
Train AI chatbots with custom content using vector embeddings and RAG |
| DELETE |
Delete Knowledge Entry /api/chatbots/{chatbotId}/knowledge/{entryId} |
Train AI chatbots with custom content using vector embeddings and RAG |
| GET |
List Conversations /api/chatbots/{id}/conversations |
Access chat history, message threads and visitor information |
| GET |
Get Conversation with Messages /api/conversations/{id} |
Access chat history, message threads and visitor information |
| GET |
Get Global Analytics /api/analytics |
Track usage metrics, engagement trends and chatbot performance |
| GET |
Get Chatbot Analytics /api/chatbots/{id}/analytics |
Track usage metrics, engagement trends and chatbot performance |
| POST |
Add Knowledge Entry /api/chatbots/{id}/knowledge |
Upload training content (FAQs, docs, product info) to your AI chatbot. Content is automatically chunked, embedded with text-embedding-3-small, and stored for retrieval-augmented… |
| POST |
Send Chat Message /api/chat/{chatbotId} |
Send a visitor message to your AI chatbot and receive a GPT-4o-mini powered response. The bot automatically retrieves relevant knowledge base content via RAG (retrieval-augmented… |
| POST |
Create AI Chatbot /api/chatbots |
Create a new AI chatbot agent. Configure name, welcome message, personality, language model, and behavior. The bot is instantly available via the /chat endpoint and can be… |
| POST |
Extract Lead from Text /api/v1/leads/extract |
AI extracts lead data (name, email, phone, company, role, score) from any text. |
| POST |
Qualify Lead /api/v1/leads/qualify |
AI scores any lead 0-100, assigns tier (cold/warm/hot), and recommends the next action. |
| POST |
Parse Appointment /api/v1/appointments/parse |
Convert natural language ("book Mike next Wednesday at 2:30pm") into a structured booking with date, time, and customer info. |
BotMape Complete Suite pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $29 / month | — |
|
| ULTRA | $79 / month | — |
|