Everything you need to integrate DruxShield into any stack.
Score any request in under 60 seconds. Get your API key from your dashboard.
curl -X POST https://drux.space/api/shield/v1/score \
-H "x-api-key: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"ip": "203.0.113.1",
"user_agent": "Mozilla/5.0...",
"url": "/checkout"
}'That's it. You'll get back a score, bot classification, recommended action, and a plain-English reason — all in under 15ms. Enforce the action — if the response says "block" or "challenge", return a 403.
Get your key
Create a free account and generate an API key
Call the API
Send request metadata to /shield/v1/score
Enforce the verdict
Return 403 when action is "block" or "challenge"