Volvox Bot API
The Volvox Bot REST API powers the web dashboard and provides programmatic access to guild management, moderation, analytics, AI conversations, and community features.Base URL
Features
- Guild Management — Server settings, analytics, member management
- Moderation — Cases, warnings, bans, timeouts
- AI Conversations — Chat history, flagging, search
- Community — Leaderboards, showcases, public profiles
- Tickets — Support ticket system
- Config — Bot configuration CRUD
Rate Limiting
All endpoints return rate limit headers:| Header | Description |
|---|---|
X-RateLimit-Limit | Max requests per window |
X-RateLimit-Remaining | Requests remaining |
X-RateLimit-Reset | Unix timestamp when window resets |