Documentation
Everything you need to build, deploy, and scale your AI-powered Telegram bot.
Getting Started
Quick start guides to get your bot up and running in minutes
Bot Configuration
Customize your bot's behavior, personality, and features
API Reference
Complete REST API documentation for developers
Webhooks
Integrate BotHero with your existing tools and workflows
Integrations
Connect with CRMs, analytics tools, and third-party services
Analytics & Insights
Track performance, measure engagement, and optimize your bot
Quick Example
Create a Bot via API
cURLcurl -X POST https://api.bothero.ai/v1/bots \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"name": "Customer Support Bot",
"telegram_token": "YOUR_TELEGRAM_TOKEN",
"personality": "friendly and helpful",
"features": {
"web_search": true,
"knowledge_base": true,
"human_handoff": true
}
}'Official SDKs
SDKs Coming Soon
We're working on official SDKs for JavaScript, Python, Go, and PHP. In the meantime, you can use our REST API directly.
JavaScriptPythonGoPHP