Console
Loading user session...
Current Plan
...Production API Key
Use this key in the Authorization header to authenticate backend requests.
Your API Endpoint
Send POST requests here from your backend server with your API key above.
loading...
Quick example — Node.js backend
const result = await fetch('loading.../v1/evaluate', { method: 'POST', headers: { 'Authorization': 'Bearer sk_live_YOUR_KEY', // from your Dashboard 'Content-Type': 'application/json' }, body: JSON.stringify({ token: req.body.sentinelToken }) // from client form }); const data = await result.json(); // data.isSuspicious → true = block, false = allow
API Playground
Test your API key live against your current connection. Proves everything works end-to-end.
Waiting for security token...
Full API Response
Monthly API Usage
0
/ --
Usage resets on the 1st of every month.
Expand Volume
Need more than 10,000 requests? Upgrade to Pro Growth for 100k requests and deep detection.