134 specialized AI bots. One unified API. Chat, webhooks, gifting, affiliates, and more — all documented here.
# 1. Register an account and get a JWT curl -X POST https://urbot.net/api/auth/login \ -H "Content-Type: application/json" \ -d '{"email":"you@example.com","password":"yourpass"}' # 2. Create a Developer API account (requires 1+ bot purchase) curl -X POST https://urbot.net/api/developer/register \ -H "Authorization: Bearer YOUR_JWT" \ -H "Content-Type: application/json" \ -d '{"app_name":"My App"}' # 3. Call a bot with your API key + secret curl -X POST https://urbot.net/api/v1/chat \ -H "X-API-Key: YOUR_KEY" \ -H "X-API-Secret: YOUR_SECRET" \ -H "Content-Type: application/json" \ -d '{"bot_slug":"professor","message":"Explain machine learning"}'
JWT registration, login, and user profile. Most endpoints accept optional Bearer tokens.
Send messages to any of 134 bots. Free preview (5 msg), unlimited for purchasers. Emotion detection included.
API key + secret auth for programmatic bot access. List bots, send messages, track daily credits.
Register HTTPS endpoints to receive real-time message.sent and message.received events from your bots.
List all 134 bots with prices, categories, ML-ranked sorting, and capability gap analysis.
Read and submit star ratings. Purchase owners can post reviews with download tokens.
Relationship leveling system. Each user builds unique arc XP with each bot through conversations.
Adaptive preferences that evolve as users interact: verbosity, tone, formality, technical depth.
Discounted multi-bot deal packs. Time-limited. Get personalized bundle recommendations.
Gift specific bots or dollar-amount gift cards. Redeemable via unique codes.
Generate referral codes, earn $1 per successful referral. 10% discount for referred buyers.
Apply, track clicks + conversions, view earnings, and request payouts (minimum $25).
Version history for all bot knowledge updates — features, fixes, improvements, and training additions.
Web Push (VAPID) subscription management. Subscribe to bot update events from service workers.
$4.99/month. Unlimited cross-session memory, all-device sync, priority processing.
Bot-to-bot consultation network stats and full graph for visualizations.
| Context | Limit | Window |
|---|---|---|
| Chat — free users | 30 messages | Per hour, per bot |
| Chat — purchased users | 999 messages | Per hour, per bot |
| Free preview messages | 5 messages | Per bot, lifetime per session |
| Developer API (starter tier) | 100 calls | Per day (resets UTC midnight) |
| General API endpoints | 100 requests | Per 15 minutes per IP |
| Search endpoints | 60 requests | Per 15 minutes |
| Admin endpoints | 200 requests | Per 15 minutes |