Modern CAPTCHA platform
built for privacy

Zero cookies. Zero tracking. KVKK and GDPR compliant. Invisible-first verification that protects your users without slowing them down.

Get Started API Reference

Everything you need to stop bots

Six challenge types, behavioral analysis, and adaptive risk scoring. All without compromising user privacy.

Invisible-First Verification

80-90% of legitimate users pass without seeing any challenge. Passive risk scoring handles the rest.

Privacy by Design

No cookies, no fingerprinting, no cross-site tracking. KVKK and GDPR compliant. Data sovereignty per region.

6 Challenge Types

PoW, checkbox, slider, grid, interactive puzzles, and text challenges. The adaptive engine picks the right one.

ML-Powered Risk Scoring

Behavioral signals (mouse, keyboard, scroll) feed a gradient-boosted model. Adaptive PoW difficulty scales with risk.

Self-Contained Tokens

HMAC-signed tokens work offline. Verify locally without network calls. Your site stays protected even if our servers go down.

Enterprise Ready

Team management, custom domains, audit logs, webhooks, API key rotation, and Helm chart for Kubernetes.

How it works

Three steps to protect any form. Under five minutes to integrate.

Add the widget

Drop a single script tag and the custom element into your HTML form.

<script src="https://cdn.kepca.io/v1/widget.js" defer></script> <maptcha-widget data-sitekey="YOUR_KEY"></maptcha-widget>

User is verified

The widget collects passive signals, runs risk scoring, and issues a challenge only if needed. Most users pass invisibly.

Verify the token

Send the signed token to our API (or verify offline with HMAC). One POST request from your backend.

POST /v1/siteverify { "secret": "KEY", "token": "TOKEN" } { "success": true, "score": 0.12 }

Simple, transparent pricing

Start free. Scale as you grow. No hidden fees.

Free

$0 /month

For personal projects and small sites.

  • 10,000 verifications/month
  • 2 sites
  • PoW and Checkbox challenges
  • Standard rate limits
  • Community support
Get Started Free

Enterprise

Custom

For large-scale deployments and compliance needs.

  • Unlimited verifications
  • Unlimited sites
  • All 6 challenge types
  • Unlimited team members
  • Unlimited custom domains
  • Audit log (1 year)
  • Unlimited webhooks
  • Custom rate limits
  • 99.99% SLA
  • Dedicated support
  • Helm chart + self-hosted
Contact Sales

Works with your stack

Official backend SDKs and plugins. Verify tokens in one line of code.

Laravel
Python
WordPress
.NET
Node.js / Bun