BotDetector API
BotDetector API is a lightweight anti-bot layer that separates real users from automation with minimal friction. In two steps, you get a clear risk assessment with an actionable recommendation (allow vs. challenge) plus clean signal stats from the browser environment.
BotDetector API endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
Get JS File /botdetector.js |
This endpoint returns the BotDetector JavaScript SDK file. The SDK is fetched as a separate request, then stored on the project side (own domain / CDN) and **loaded on pages**… |
| POST |
Analyze /analyze |
`/analyze` validates the **`bot_token` generated by the SDK** in the browser. You send the token together with `secret_phrase`, and the API returns an **analysis result**: risk… |
BotDetector API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $10 / month | — |
|
| ULTRA Recommended | $50 / month | — |
|
| MEGA | $100 / month | — |
|