Sign In

API Pricing

Two products, transparent pricing. Start free on both. Scale when you're ready.

Demo
Free
Browser-based sandbox. No API key needed.
  • Unlimited web UI scoring
  • All 22 signals
  • Full score report
  • Data exposure view
Try Demo
Sandbox
Free
100 evaluations/month for testing your integration.
  • 100 API evaluations
  • 10 requests/min
  • API key authentication
  • Usage dashboard
Get Free Key
Scale
$99/mo
100,000 evaluations for high-volume platforms.
  • 100,000 API evaluations
  • 500 requests/min
  • Dedicated support
  • Custom webhooks
Need both products?
Contact us for bundled pricing on Detection + Verification. Enterprise customers get both at a discount. travis@empoweredhumanity.ai

Quick Start

# Bot Detection curl -X POST https://detectionlab.app/api/score \ -H "Content-Type: application/json" \ -H "X-API-Key: detlab_your_key_here" \ -d '{"events": [...]}' # Bot Verification curl -X POST https://detectionlab.app/api/verify-bot \ -H "Content-Type: application/json" \ -H "X-API-Key: detlab_your_key_here" \ -d '{"events": [...]}'

FAQ

What counts as an evaluation?
One POST to /api/score with an X-API-Key header = 1 detection credit. One POST to /api/verify-bot = 1 verification credit. The free web UI demo does not count against credits.
Can I try it without paying?
Yes. The web UI demo is unlimited and free. For API access, the Sandbox tier gives you free evaluations per month for both products.
What happens when I run out of credits?
API requests return a 402 response with a link to upgrade. The web UI demo continues to work.
Are detection and verification credits separate?
Yes. Detection credits (/api/score) and verification credits (/api/verify-bot) are tracked independently. You can subscribe to one or both products.
Do continuous sessions cost extra?
Creating a session is free. Each POST to /session/{id}/events counts as 1 verification credit. GET requests to check state are free.
What is a JWT trust token?
When a bot is verified (BOT_VERIFIED), the API returns a signed JWT token. Your downstream services can validate this token without calling Detection Lab again, enabling zero-latency trust propagation.
Do you offer enterprise pricing?
Yes. Contact travis@empoweredhumanity.ai for unlimited evaluations, custom rate limits, bundled pricing, and SLA guarantees.