Friendly Captcha website screenshot

Friendly Captcha

Friendly Captcha is a privacy-first, GDPR-compliant bot protection service from Germany that uses proof-of-work cryptographic puzzles instead of image-labeling challenges. The widget solves a puzzle in the background while a user fills out a form, then submits a token the server validates against the Friendly Captcha siteverify endpoint. The result includes a risk verdict and additional signal intelligence (IP, bot detection, browser identification, anonymization detection). Friendly Captcha publishes open-source widgets and framework integrations for React, Vue, and Angular, plus pre-built plugins for WordPress, Magento, and other CMS platforms.

4 APIs 0 Features
CAPTCHABot DefensePrivacyProof of WorkGDPREuropean HostingAccessibility

APIs

Friendly Captcha Siteverify API

The siteverify endpoint validates a Friendly Captcha solution token. The server POSTs the token and API key (with optional sitekey) and receives a JSON response indicating succe...

Friendly Captcha Widget

The Friendly Captcha widget is the JavaScript component that runs the proof-of-work puzzle in the browser and produces a solution token. It is configured via a script tag and a ...

Friendly Captcha Framework SDKs

Friendly Captcha publishes open-source wrappers for React, Vue, and Angular that expose the widget as an idiomatic component in each framework, handling lifecycle, callbacks, an...

Friendly Captcha CMS Plugins

Pre-built plugins integrate Friendly Captcha into WordPress, Magento, and other CMS platforms, letting non-developers add privacy-preserving bot defense to common forms without ...

Collections

Pricing Plans

Rate Limits

Friendly Captcha Rate Limits

2 limits

RATE LIMITS

FinOps

Resources

🔗
Website
Website
🔗
Documentation
Documentation
🔗
APIReference
APIReference
💰
Pricing
Pricing
👥
GitHubOrganization
GitHubOrganization
📰
Blog
Blog
📜
Privacy
Privacy
🔗
Contact
Contact
🔗
LlmsText
LlmsText

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: Friendly Captcha Siteverify API
  version: v2
request:
  auth:
    type: apikey
    key: X-API-Key
    value: '{{X-API-Key}}'
    placement: header
items:
- info:
    name: Siteverify
    type: folder
  items:
  - info:
      name: Verify a Friendly Captcha response token
      type: http
    http:
      method: POST
      url: https://global.frcapi.com/api/v2/captcha/siteverify
      body:
        type: json
        data: '{}'
    docs: Verify a Friendly Captcha response token
bundled: true