Documentation

Complete guide to implementing SpamBlock on your website.

Getting Started

SpamBlock is a spam protection service that works by intercepting form submissions and analyzing them for spam signals before allowing them through to your backend.

Installation

Add the SpamBlock script to your website:

<script src="https://api.spamblock.io/pixel.js"
        data-spamblock-domain="yourdomain.com" defer>
</script>

How It Works

  1. Add the SpamBlock pixel script to your pages
  2. SpamBlock automatically detects forms and intercepts submissions
  3. Each submission is analyzed using 13+ detection signals
  4. Clean submissions are forwarded to your backend
  5. Spam is blocked automatically

Next Steps