Vercel Bot ID smoke test
Classify auth attempts as bot or human.
Use the browser button to initiate a Bot ID-protected request with the client initialized. Use the curl command to send the same request without browser proof and verify that the endpoint blocks it.
Run a test
Automated request
curl -i -X POST 'https://your-vercel-deployment.vercel.app/api/auth/login' \
-H 'Content-Type: application/json' \
-d '{"email":"login.curl@example.com","password":"not-a-real-password"}'