Welcome
8BALL Dev lets teams build integrations for live streaming: overlays, analytics, moderation tools, chat workflows, creator dashboards, and automation.
Use the developer console to register apps, the REST API to read and write platform data, and webhooks to react to live events.
What you can build
- Creator dashboards that read channel and livestream data.
- Chat tools that listen to room history and prepare moderation workflows.
- Backend automations using API keys with least-privilege scopes.
- User-facing integrations using OAuth 2.1 authorization code with PKCE.
- Event consumers using signed webhook subscriptions.
Base URLs
| Surface | URL |
|---|---|
| Developer console | dev.8ball.live |
| Documentation | docs.8ball.live |
| REST API | api.8ball.live/v1 |
| OAuth token | api.8ball.live/oauth/token |
| OAuth authorize | dev.8ball.live/oauth/authorize |
| OpenAPI explorer | api.8ball.live/openapi |
| OpenAPI JSON | api.8ball.live/openapi/json |
See OpenAPI for the interactive API reference and machine-readable spec.