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.

Friendly Captcha publishes 1 API on the APIs.io network: Siteverify API. Tagged areas include CAPTCHA, Bot Defense, Privacy, Proof of Work, and GDPR.

Friendly Captcha’s developer surface includes authentication, documentation, API reference, pricing, engineering blog, privacy policy, and 6 more developer resources.

40.7/100 thin ▬ flat Agent 31/100 agent aware Full breakdown ↓
scored 2026-07-28 · rubric v0.6
AccessFreeSelf serve⚡ Free to try
5 APIs
CAPTCHABot DefensePrivacyProof of WorkGDPREuropean HostingAccessibility

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-07-28 · rubric v0.6
Composite quality — 40.7/100 · thin
Contract Quality 14.2 / 25
Developer Ergonomics 5.7 / 20
Commercial Clarity 10.0 / 20
Operational Transparency 3.4 / 13
Governance 0.0 / 12
Discoverability 7.4 / 10
Agent readiness — 31/100 · agent aware
Machine-Readable Contract 18 / 18
Agentic Access Contract 10 / 10
MCP Server 0 / 12
Machine-Readable Auth 10 / 10
Idempotency 0 / 9
Stable Error Semantics 0 / 8
Request/Response Examples 0 / 7
Rate-Limit Signaling 7 / 7
Typed Event Surface 0 / 6
Agent Skills 0 / 5
Well-Known Catalog 0 / 4
Consent & Bot Identity 0 / 3
A2A Agent Card 0 / 8
Dry-Run / Simulate Mode 0 / 4
Improve this rating by publishing the missing artifacts — every area above can be raised, and the full rubric is at apis.io/rating/. This rating is computed from github.com/api-evangelist/friendly-captcha: open an issue to ask a question, or submit a pull request to add artifacts. Want it done for you? Prioritized profiling — $2,500 →

APIs 5

Individual APIs this provider publishes, each with its own machine-readable definition.

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 ...

Friendly Captcha Siteverify API

The Siteverify API from Friendly Captcha — 1 operation(s) for siteverify.

Open Collections 1

Open, tool-agnostic API collections (OpenAPI-derived and Bruno).

Pricing Plans 1

Published pricing tiers and plan structures.

Rate Limits 1

Documented rate limits and quota policies.

Friendly Captcha Rate Limits

2 limits

RATE LIMITS

FinOps 1

Cost, billing, and metering signals for API financial operations.

Security Posture 2

Authentication, domain security, vulnerability disclosure, and trust-center signals.

Friendly Captcha Authentication

apiKey · 1 scheme

SECURITY

Friendly Captcha Domain Security

TLSv1.3 · HSTS · DNSSEC · DMARC

SECURITY

Agentic Access 1

Recommended x-agentic-access execution contracts for AI agents.

Friendly Captcha Agentic Access

1 operation · 1 acting

1 operations · 1 acting

AGENTIC

Resources

Documentation 2

Reference material describing how the API behaves

Agent Surfaces 2

MCP servers, agent skills, and machine-readable catalogs

Build 1

SDKs, sample code, and the tooling you integrate with

Access & Security 2

Authentication, authorization, and security posture

Operate 1

Status, limits, changes, and where to get help

Commercial 2

Pricing, plans, and the legal terms of use

Company 2

The organization behind the API

Source (apis.yml)

apis.yml Raw ↑
aid: friendly-captcha
name: Friendly Captcha
description: '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.

  '
type: Index
accessModel:
  pricing: free
  onboarding: self-serve
  trial: false
  try_now: true
  public: false
  label: Free · Self-serve signup
  confidence: high
  source:
  - plans
  - authentication
  generated: '2026-07-22'
  method: derived
position: Provider
access: Public
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/icons/friendly-captcha.png
tags:
- CAPTCHA
- Bot Defense
- Privacy
- Proof of Work
- GDPR
- European Hosting
- Accessibility
url: https://raw.githubusercontent.com/api-evangelist/friendly-captcha/refs/heads/main/apis.yml
created: '2026-05-23'
modified: '2026-05-23'
specificationVersion: '0.20'
apis:
- aid: friendly-captcha:siteverify
  name: Friendly Captcha Siteverify API
  description: '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 success, risk

    score, IP intelligence, bot detection signals, and any error

    codes. This is the canonical server-side check for protected

    form submissions and API calls.

    '
  humanURL: https://developer.friendlycaptcha.com/docs/v2/getting-started/verify
  baseURL: https://global.frcapi.com/api/v2/captcha/siteverify
  tags:
  - Siteverify
  - Token Verification
  - Risk Signals
  properties:
  - type: Documentation
    url: https://developer.friendlycaptcha.com/docs/v2/getting-started/verify
  - type: APIReference
    url: https://developer.friendlycaptcha.com/docs/v2/api-reference
  - type: EndpointURL
    url: https://global.frcapi.com/api/v2/captcha/siteverify
- aid: friendly-captcha:widget
  name: Friendly Captcha Widget
  description: '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 div with the

    sitekey and API endpoint, and can run automatically or on demand.

    '
  humanURL: https://developer.friendlycaptcha.com/docs/v2/getting-started/widget
  baseURL: https://developer.friendlycaptcha.com/docs/v2/getting-started/widget
  tags:
  - JavaScript
  - Widget
  - Proof of Work
  - Frontend
  properties:
  - type: Documentation
    url: https://developer.friendlycaptcha.com/docs/v2/getting-started/widget
  - type: Repository
    url: https://github.com/FriendlyCaptcha/friendly-challenge
  - type: Package
    url: https://www.npmjs.com/package/friendly-challenge
- aid: friendly-captcha:framework-sdks
  name: Friendly Captcha Framework SDKs
  description: '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, and token flow.

    '
  humanURL: https://developer.friendlycaptcha.com/docs/v2/integrations
  baseURL: https://developer.friendlycaptcha.com/docs/v2/integrations
  tags:
  - React
  - Vue
  - Angular
  - SDK
  properties:
  - type: Documentation
    url: https://developer.friendlycaptcha.com/docs/v2/integrations
  - type: SDKReact
    url: https://github.com/FriendlyCaptcha/friendly-captcha-react
  - type: SDKVue
    url: https://github.com/FriendlyCaptcha/friendly-captcha-vue
  - type: SDKAngular
    url: https://github.com/FriendlyCaptcha/friendly-captcha-angular
  - type: GitHubOrganization
    url: https://github.com/FriendlyCaptcha
- aid: friendly-captcha:plugins
  name: Friendly Captcha CMS Plugins
  description: '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 writing

    code.

    '
  humanURL: https://friendlycaptcha.com/integrations/
  baseURL: https://friendlycaptcha.com
  tags:
  - WordPress
  - Magento
  - CMS Plugin
  properties:
  - type: IntegrationsPage
    url: https://friendlycaptcha.com/integrations/
- aid: friendly-captcha:friendly-captcha-siteverify-api
  name: Friendly Captcha Siteverify API
  description: The Siteverify API from Friendly Captcha — 1 operation(s) for siteverify.
  humanURL: https://developer.friendlycaptcha.com/docs/v2/getting-started/verify
  baseURL: https://global.frcapi.com/api/v2/captcha/siteverify
  tags:
  - Siteverify
  properties:
  - type: OpenAPI
    url: openapi/friendly-captcha-siteverify-api-openapi.yml
features:
- name: Proof-of-Work Verification
  description: Cryptographic puzzles run silently in the background instead of asking users to label images.
- name: Privacy-First Design
  description: No tracking cookies, GDPR-compliant by default, and EU-hosted endpoints available.
- name: Open-Source Widget
  description: The friendly-challenge widget is published as open source.
- name: Framework SDKs
  description: First-party React, Vue, and Angular integrations.
- name: Accessibility
  description: Verification requires no user gesture, removing accessibility barriers from image CAPTCHAs.
- name: Risk Signal API
  description: Siteverify responses include risk scores, IP intelligence, and bot signals.
useCases:
- name: Form Protection
  description: Gate signup, contact, and login forms behind a proof-of-work challenge.
- name: API Abuse Prevention
  description: Require a Friendly Captcha token before accepting unauthenticated API requests.
- name: GDPR-Sensitive Deployments
  description: Replace third-country CAPTCHA services with an EU-hosted, privacy-first alternative.
- name: Accessibility-First Forms
  description: Protect forms without imposing image-labeling challenges that exclude some users.
- name: CMS Site Protection
  description: Add bot defense to WordPress, Magento, and other CMS sites via prebuilt plugins.
integrations:
- name: React
- name: Vue
- name: Angular
- name: WordPress
- name: Magento
- name: HubSpot
- name: Drupal
authentication:
- type: SiteKey
  description: Public sitekey embedded in the widget identifies the protected property.
- type: APIKey
  description: Server-side API key used to call the siteverify endpoint.
common:
- type: AgenticAccess
  url: agentic-access/friendly-captcha-agentic-access.yml
- type: DomainSecurity
  url: security/friendly-captcha-domain-security.yml
- type: Authentication
  url: authentication/friendly-captcha-authentication.yml
- type: Website
  url: https://friendlycaptcha.com/
- type: Documentation
  url: https://developer.friendlycaptcha.com/
- type: APIReference
  url: https://developer.friendlycaptcha.com/docs/v2/api-reference
- type: Pricing
  url: https://friendlycaptcha.com/pricing/
- type: Integrations
  url: https://friendlycaptcha.com/integrations/
- type: GitHubOrganization
  url: https://github.com/FriendlyCaptcha
- type: Blog
  url: https://friendlycaptcha.com/insights/
- type: Privacy
  url: https://friendlycaptcha.com/legal/privacy-end-users/
- type: Contact
  url: https://friendlycaptcha.com/contact/
- type: LlmsText
  url: https://developer.friendlycaptcha.com/llms.txt
maintainers:
- FN: Kin Lane
  email: kin@apievangelist.com