Detection Integration with JavaScript
This guide walks you through connecting the ProxyDetect.live engine to your website or application. The workflow is deliberately lightweight: drop in a JavaScript snippet, register a callback endpoint, and start receiving live classification results.
- The service is free of charge for developers who help us improve detection quality.
- Detection data is stored only briefly for analysis and then removed.
- By default we post back positive sessions only, but you can request every result if needed.
Step 1 – Create a Free Account
Sign up with your email address to receive an API key. The dashboard includes environment configuration and example projects that you can clone. Once you have an account, enable the JavaScript integration add-on.
Step 2 – Embed the JavaScript Snippet
Include the provided script tag just before the closing </body> element on every page you
want to monitor. The script collects lightweight browser metrics and forwards them to our engine together
with the session ID.
Step 3 – Configure the Callback
Define a server-side HTTPS endpoint to receive POST requests with the detection payload. Positive matches are sent immediately; you can opt-in to receive all results for deeper analytics. Use the signature header to verify the authenticity of each request.
After completing these steps, follow the dashboard tutorial to trigger a test run and confirm events are arriving in your system.