Guides & Reference
Documentation
Everything you need to build, deploy, and scale your AI-powered bots across Telegram, web, and SMS.
Getting Started
Create your account, set up your first bot, and deploy it in minutes.
Telegram Bot Setup
Connect your BotHero AI to Telegram and start chatting with customers.
Website Widget
Embed an AI chat widget on your website to engage visitors 24/7.
Knowledge Base / RAG
Upload documents so your bot gives accurate, grounded answers from your content.
API Reference
REST API for programmatic bot management, chat, and analytics.
REST API — SDKs coming in a future release
Webhooks
Get real-time notifications when leads, messages, and handoff events occur.
Quick Example
Send a message via API
cURLcurl -X POST https://api.bothero.ai/v1/chat/completions \
-H "Authorization: Bearer bh_live_..." \
-H "Content-Type: application/json" \
-d '{
"bot_id": "bot_abc123",
"message": "What services do you offer?"
}'