Stop bots, fraud, and spam at every form and endpoint.
One integration scores every signup, login, comment, and request against real global internet traffic — and gives you a full SOC dashboard out of the box.
10,000 credits/month free · No credit card required
1B+
Data points
30M+
IP classifications
~40ms
P95 response
243
Countries
The platform
One API, eight products
Compose exactly the protection you need and pay from one shared credit balance — from a no-interaction CAPTCHA replacement to edge IP and email intelligence.
Voight
BetaThe CAPTCHA your users never see
reCAPTCHA and Turnstile tax every human to stop a few bots. Voight runs an invisible proof-of-work and reads behavior in the background — real users sail through, and only automation ever meets friction.
- No checkbox, no image grid — invisible to real users
- Four fused signals: proof-of-work, behavior, nonce, network
- Drop-in replacement for reCAPTCHA, hCaptcha & Turnstile
Content Filter
Stop form spam before it reaches you
An edge-served content model scores every submission for spam, fraud, and cold outreach — and returns allow, review, or block in about 40 ms. No CAPTCHA, no rules to hand-tune.
- Spam, fraud and cold-outreach scored separately
- Human-readable flags: promotional, urgency, links
- One POST, a decision in ~40 ms
IP Intelligence
Know every IP before it touches your app
One GET returns an IP's class and risk tags — datacenter, VPN, proxy, Tor, residential proxy, scanner — plus ASN and geo, resolved at the edge in about a millisecond with no third-party round-trips.
- Five risk tags, not just geo
- ASN, organization and country on every IP
- Optional company and reverse-DNS enrichment
Email Intelligence
Score any email before it signs up
One POST returns disposable status, deliverability and MX setup, domain age, blacklist hits, and mailbox host (Gmail, Microsoft 365, or self-hosted) — cached per-domain for 30 days.
- Disposable and throwaway-domain detection
- MX deliverability and domain age
- Host detection: Gmail, Microsoft 365, self-hosted
Content Protection
Block scrapers and AI crawlers
A lightweight beacon plus an edge model fingerprints every visitor and flags scrapers and AI crawlers — including the ones that never run JavaScript, caught server-side via reporting.
- Browser fingerprint, network and behavioral signals
- Catches non-JS crawlers via server-side reporting
- Names the bot: GPTBot, ClaudeBot, Bytespider…
Metering
Coming soonCap cost and abuse on your AI endpoints
Wrap a public resource, set a limit, and FormShield detects one person behind many sessions and caps the spend — the biggest win is capping the bill on your LLM-powered endpoints.
- Per-resource limits with multi-user detection
- Cap the bill on chatbots and support agents
- One decision call: allow, limit, or block
Auth Protection
Coming soonBlock fake signups and account takeover
A blended IP, email, and browser-reputation verdict plus multi-account correlation, returned to a secret-key backend call — so one person spinning up many accounts is obvious right at signup.
- Blended IP + email + browser verdict
- Multi-account correlation by fingerprint and IP
- Durable identity binding survives a cleared cookie
Commerce Protection
Coming soonVerify buyers and prevent chargebacks
Check buyer IP, email, behavior, and velocity at checkout to block high-risk orders before they ship — and before they turn into disputes weeks later.
- Blended buyer risk scored at checkout
- Velocity and cross-region IP / email checks
- Block high-risk orders before they ship
Solutions
Start from the outcome, not the API.
Each solution composes a few products into one job — block spam, stop fake signups, cap AI costs. Ship the recipe, or read exactly how it works.
Score every contact, lead, and comment submission and drop spam, fake leads, and cold pitches before they reach your inbox.
Score signup email, IP, and behavior to catch disposable addresses, datacenter VPNs, and bots before they create an account.
Swap reCAPTCHA or Turnstile for an invisible challenge that never makes a real user click a traffic light.
Fingerprint visitors and flag automated scrapers and AI crawlers — even the ones that never run JavaScript.
Put a meter on your chatbot or support agent, detect multi-account abuse, and cap the bill before it runs away.
Check buyer IP, email, and velocity at checkout to block high-risk orders before they become disputes.
Integration
One endpoint. Any stack.
Send a request, get a decision. cURL, Node, Next.js, Python, Go — or drop in the beacon and write zero backend code.
curl https://api.formshield.dev/v1/check \
-H "Authorization: Bearer $FORMSHIELD_KEY" \
-H "Content-Type: application/json" \
-d '{
"form_id": "signup",
"form_data": { "email": "user@example.com" },
"metadata": { "ip": "203.0.113.42" }
}' {
"verdict": "spam",
"score": 6.5,
"confidence": 0.86,
"action": "block",
"signals": {
"ip": { "country_code": "RU", "is_datacenter": true, "is_vpn": false },
"email": { "is_disposable": true, "provider": "mailinator.com" },
"content": { "spam_probability": 0.31, "language": "en" }
},
"rule_matches": ["datacenter_ip", "disposable_email"],
"request_id": "req_abc123def456",
"processing_time_ms": 41
} IP Atlas
Intelligence from real internet traffic
Every decision is backed by a continuously-updated map of the internet — classified, compiled, and answered at the edge in milliseconds.
- Models served at the edge — no external API round-trips
- Datacenter, hosting, VPN, Tor, proxy & scanner classification
- ASN, organization, and country on every IP
- Trained on real global internet traffic, refreshed continuously
1B+
Data points
30M+
IP classifications
~40ms
P95 lookup
243
Countries
Dashboard
Ship one snippet, get a full SOC
Drop in the beacon or call the API and you instantly get a security operations dashboard — no extra setup.
- Live log of every scored event, in real time
- Analytics: traffic, decisions, and top signals over time
- IP profiles with full classification and history
- Tunable thresholds and rules — no redeploy
A REST endpoint and a drop-in beacon — works with any platform or framework.
Pricing
Start free, scale when you need to
Begin with 10,000 credits a month — no credit card. One shared wallet across every product. Paid plans include a 14-day free trial.
Free
Everything you need to start protecting forms.
- 10,000 credits / month
- One shared wallet across every product
- IP, email & content intelligence
- Live SOC dashboard & API keys
- Community support
Pro
For growing products shipping to production.
- 50,000 credits / month
- Everything in Free, plus:
- Content Protection (anti-scraper)
- Usage-based overage when you go over
- Email support
14-day free trial · card required
Business
For teams running protection at scale.
- 300,000 credits / month
- Everything in Pro, plus:
- Every product at production volume
- Early access to Metering
- Usage-based overage when you go over
- Priority support
14-day free trial · card required
Enterprise
Committed volume, SLAs, and white-glove onboarding.
- Committed / unlimited credits
- Auth & Commerce Protection
- EU hosting, DPA & SLA
- Custom rules & dedicated support
FAQ
Common questions
Send a request to /v1/check (or drop in the beacon) and get back a score and a decision — allow, review, or block. One endpoint scores IP, email, content, and behavior.
Each scored request costs credits based on the signals used. The free plan includes 10,000 credits per month; dashboard views and analytics are always free.
IP intelligence is served from the edge with no external round-trips — ~40ms P95. Full multi-signal checks return in well under a second.
Yes. We hash PII, offer EU hosting, and don't store submission content long-term.
CAPTCHAs hurt UX and are routinely bypassed. FormShield is invisible and scores real signals — network, email, content, and behavior.
How AI is Changing Spam Detection for Web Forms
From regex patterns to neural networks. The evolution of form spam detection and why modern AI approaches finally work.
Building GDPR Compliant Contact Forms: A Developer's Guide
Stop guessing about EU privacy law. Consent checkboxes, data minimization, retention policies, and erasure rights - everything you need to know.
Reducing Form Abandonment: Why Users Leave and How to Fix It
81% of users abandon forms. CAPTCHAs, long forms, and trust issues are killing your conversions. Here's how to fix it without sacrificing spam protection.
Stop fighting spam by hand
One API call. IP, email, content & behavior signals in a single intelligence platform. Start free, no credit card required.