NEW KonGi CAPTCHA that's verified on a server, not in a browser.

Drop one PHP file into your site and every form submission is checked server-to-server — no client-side JavaScript validates anything, so there's nothing in the page source for a bot or a script to read, fake, or replay.

Two calls. That's the whole integration.

require 'kongi-client.php';

echo KongiCaptcha::field($SITE_KEY);              // inside your <form>

if (KongiCaptcha::verify($SITE_KEY, $SECRET_KEY, $_POST)) {
    // process the form
}

How it works

STEP 1

Register your domain

Get a site_key and secret_key in one step — free, no card required.

STEP 2

Drop in one file

Add kongi-client.php to your project and call it from your form.

STEP 3

We verify, server to server

Your backend asks ours for a yes/no. The visitor's browser is never involved.

What gets checked behind the scenes

Distorted image or math challenge

Randomly mixed per request, so there's no single fixed pattern to script around.

Hidden honeypot field

Invisible to real visitors; generic bots and autofillers tend to fill it anyway.

Proxy / VPN / Tor risk scoring and blocking

Powered by proxycheck.io — flag or block traffic from known anonymizing networks.

One-time tokens

Every challenge is burned the instant it's used, so a captured answer can't be replayed.

Pricing

Free

$0
  • 100 verifications per 24h, per domain
  • All challenge types
  • Proxy/VPN risk scoring
Get started

Pro

1.50 / month, unlimited
  • Unlimited verifications
  • Same checks, no daily cap
  • Pay with FaucetPay
Upgrade