hCaptcha website screenshot

hCaptcha

hCaptcha, operated by Intuition Machines, is a privacy-focused CAPTCHA and bot-defense platform used as a drop-in replacement for Google reCAPTCHA. The free Publisher and Pro tiers offer a JavaScript widget and a server-side /siteverify endpoint that issue and verify single-use tokens. The Enterprise tier (hCaptcha Enterprise) adds advanced bot detection, account defense, MFA, machine-learning fraud signals, and management APIs. hCaptcha is broadly integrated into web frameworks and CMS platforms (React, Vue, Angular, Node/Express, WordPress, Magento) and ships first-party mobile SDKs for iOS and Android.

hCaptcha publishes 1 API on the APIs.io network: Siteverify API. Tagged areas include CAPTCHA, Bot Defense, Privacy, hCaptcha, and Intuition Machines.

hCaptcha’s developer surface includes authentication, documentation, signup flow, pricing, engineering blog, privacy policy, status page, and 5 more developer resources.

40.1/100 thin ▬ flat Agent 31/100 agent aware Full breakdown ↓
scored 2026-08-05 · rubric v0.9.1
AccessFreeSelf serve⚡ Free to try
6 APIs
CAPTCHABot DefensePrivacyhCaptchaIntuition MachinesAccount DefenseEnterprise Security

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-08-05 · rubric v0.9.1
Composite quality — 40.1/100 · thin
Contract Quality 14.9 / 25
Developer Ergonomics 4.3 / 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/hcaptcha: 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 6

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

hCaptcha Siteverify API

The /siteverify endpoint validates an hCaptcha response token submitted by a browser. The server POSTs the token, secret key, and optional remote IP, and receives a JSON respons...

hCaptcha JavaScript Widget

The hCaptcha JS widget renders the visible or invisible challenge on a page and produces a response token on success. Developers include a script tag pointing at js.hcaptcha.com...

hCaptcha Invisible

Invisible hCaptcha runs the challenge in the background and only surfaces a visible puzzle when risk requires it. It is configured via the same widget script and an additional d...

hCaptcha Mobile SDKs

hCaptcha publishes native iOS and Android SDKs (with React Native and Flutter wrappers) so mobile apps can present the same risk-based challenges as the web widget and obtain re...

hCaptcha Enterprise

hCaptcha Enterprise extends the core challenge with advanced bot detection, account defense (ATO and fake-account protection), MFA and pull-based SMS, fraud signals, and managem...

hCaptcha Siteverify API

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

Open Collections 1

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

hCaptcha API

OPEN COLLECTION

Pricing Plans 1

Published pricing tiers and plan structures.

Rate Limits 1

Documented rate limits and quota policies.

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

Hcaptcha Authentication

apiKey · 1 scheme

SECURITY

Hcaptcha Domain Security

TLSv1.3 · HSTS · DNSSEC · DMARC

SECURITY

Agentic Access 1

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

Hcaptcha Agentic Access

1 operation · 1 acting

1 operations · 1 acting

AGENTIC

Resources

Get Started 1

Portal, sign-up, and the first successful call

Documentation 1

Reference material describing how the API behaves

Agent Surfaces 1

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

Other 1

Properties that don't map to a standard resource type

Source (apis.yml)

apis.yml Raw ↑
aid: hcaptcha
name: hCaptcha
description: 'hCaptcha, operated by Intuition Machines, is a privacy-focused CAPTCHA

  and bot-defense platform used as a drop-in replacement for Google

  reCAPTCHA. The free Publisher and Pro tiers offer a JavaScript widget

  and a server-side /siteverify endpoint that issue and verify single-use

  tokens. The Enterprise tier (hCaptcha Enterprise) adds advanced bot

  detection, account defense, MFA, machine-learning fraud signals, and

  management APIs. hCaptcha is broadly integrated into web frameworks and

  CMS platforms (React, Vue, Angular, Node/Express, WordPress, Magento)

  and ships first-party mobile SDKs for iOS and Android.

  '
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/hcaptcha.png
tags:
- CAPTCHA
- Bot Defense
- Privacy
- hCaptcha
- Intuition Machines
- Account Defense
- Enterprise Security
url: https://raw.githubusercontent.com/api-evangelist/hcaptcha/refs/heads/main/apis.yml
created: '2026-05-23'
modified: '2026-05-23'
specificationVersion: '0.20'
apis:
- aid: hcaptcha:siteverify
  name: hCaptcha Siteverify API
  description: 'The /siteverify endpoint validates an hCaptcha response token

    submitted by a browser. The server POSTs the token, secret key,

    and optional remote IP, and receives a JSON response indicating

    success, hostname, timestamp, score (Enterprise), and any error

    codes. This is the canonical server-side check that gates form

    submissions and API calls behind an hCaptcha challenge.

    '
  humanURL: https://docs.hcaptcha.com/
  baseURL: https://api.hcaptcha.com
  tags:
  - Siteverify
  - Token Verification
  - Server-Side
  properties:
  - type: Documentation
    url: https://docs.hcaptcha.com/
  - type: APIReference
    url: https://docs.hcaptcha.com/#verify-the-user-response-server-side
- aid: hcaptcha:js-widget
  name: hCaptcha JavaScript Widget
  description: 'The hCaptcha JS widget renders the visible or invisible challenge

    on a page and produces a response token on success. Developers

    include a script tag pointing at js.hcaptcha.com/1/api.js and place

    a div with data-sitekey, optionally configuring theme, size,

    callback, and language. Frontend wrappers exist for React, Vue,

    and Angular.

    '
  humanURL: https://docs.hcaptcha.com/configuration
  baseURL: https://js.hcaptcha.com/1/api.js
  tags:
  - JavaScript
  - Widget
  - Frontend
  - Challenge
  properties:
  - type: Documentation
    url: https://docs.hcaptcha.com/configuration
  - type: ScriptURL
    url: https://js.hcaptcha.com/1/api.js
  - type: SDKReact
    url: https://github.com/hCaptcha/react-hcaptcha
  - type: SDKVue
    url: https://github.com/hCaptcha/vue-hcaptcha
  - type: SDKAngular
    url: https://github.com/hCaptcha/ng-hcaptcha
- aid: hcaptcha:invisible
  name: hCaptcha Invisible
  description: 'Invisible hCaptcha runs the challenge in the background and only

    surfaces a visible puzzle when risk requires it. It is configured

    via the same widget script and an additional data-size="invisible"

    attribute, enabling no-friction verification on most legitimate

    users.

    '
  humanURL: https://docs.hcaptcha.com/invisible
  baseURL: https://js.hcaptcha.com/1/api.js
  tags:
  - Invisible
  - Frictionless
  - Risk-Based
  properties:
  - type: Documentation
    url: https://docs.hcaptcha.com/invisible
- aid: hcaptcha:mobile-sdks
  name: hCaptcha Mobile SDKs
  description: 'hCaptcha publishes native iOS and Android SDKs (with React Native

    and Flutter wrappers) so mobile apps can present the same risk-based

    challenges as the web widget and obtain response tokens that the

    server verifies via /siteverify.

    '
  humanURL: https://docs.hcaptcha.com/mobile_app_sdks
  baseURL: https://docs.hcaptcha.com/mobile_app_sdks
  tags:
  - Mobile
  - iOS
  - Android
  - SDK
  properties:
  - type: Documentation
    url: https://docs.hcaptcha.com/mobile_app_sdks
  - type: SDKiOS
    url: https://github.com/hCaptcha/hcaptcha-ios-sdk
  - type: SDKAndroid
    url: https://github.com/hCaptcha/hcaptcha-android-sdk
- aid: hcaptcha:enterprise
  name: hCaptcha Enterprise
  description: 'hCaptcha Enterprise extends the core challenge with advanced bot

    detection, account defense (ATO and fake-account protection), MFA

    and pull-based SMS, fraud signals, and management APIs for

    provisioning sitekeys, retrieving analytics, and tuning policies.

    Access is gated to Enterprise customers.

    '
  humanURL: https://www.hcaptcha.com/enterprise
  baseURL: https://api.hcaptcha.com
  tags:
  - Enterprise
  - Account Defense
  - Fraud
  - Management API
  properties:
  - type: ProductPage
    url: https://www.hcaptcha.com/enterprise
  - type: Documentation
    url: https://docs.hcaptcha.com/enterprise
- aid: hcaptcha:hcaptcha-siteverify-api
  name: hCaptcha Siteverify API
  description: The Siteverify API from hCaptcha — 1 operation(s) for siteverify.
  humanURL: https://docs.hcaptcha.com/
  baseURL: https://api.hcaptcha.com
  tags:
  - Siteverify
  properties:
  - type: OpenAPI
    url: openapi/hcaptcha-siteverify-api-openapi.yml
features:
- name: Drop-In reCAPTCHA Replacement
  description: Same integration pattern as Google reCAPTCHA, swappable with two lines of code.
- name: Privacy-First Design
  description: Minimizes PII collection and offers GDPR, CCPA, and LGPD-compatible deployments.
- name: Invisible and Visible Modes
  description: Risk-based selection between background verification and visible puzzles.
- name: Mobile SDKs
  description: Native iOS, Android, React Native, and Flutter support.
- name: Framework Wrappers
  description: First-party React, Vue, and Angular components, plus widely used WordPress, Magento, and CMS plugins.
- name: Enterprise Account Defense
  description: ATO, fake-account, and abuse signals layered on top of standard challenge verification.
useCases:
- name: Form Protection
  description: Gate signup, login, contact, and checkout forms against bot abuse.
- name: API Abuse Prevention
  description: Require an hCaptcha token before accepting calls to public APIs vulnerable to scraping or enumeration.
- name: Account Defense
  description: Reduce account-takeover and fake-account-creation attempts at login and signup.
- name: reCAPTCHA Migration
  description: Replace Google reCAPTCHA with hCaptcha to gain privacy and revenue-share options.
- name: Mobile App Verification
  description: Add challenge gates to sensitive flows in iOS and Android applications.
integrations:
- name: React
- name: Vue
- name: Angular
- name: Node.js / Express
- name: WordPress
- name: Magento
- name: Cloudflare
- name: AWS WAF
authentication:
- type: SiteKey
  description: Public site key embedded in the JS widget identifies the sitekey/property being protected.
- type: SecretKey
  description: Secret key used server-side to verify response tokens at /siteverify.
common:
- type: AgenticAccess
  url: agentic-access/hcaptcha-agentic-access.yml
- type: DomainSecurity
  url: security/hcaptcha-domain-security.yml
- type: Authentication
  url: authentication/hcaptcha-authentication.yml
- type: Website
  url: https://www.hcaptcha.com/
- type: Documentation
  url: https://docs.hcaptcha.com/
- type: Enterprise
  url: https://www.hcaptcha.com/enterprise
- type: Signup
  url: https://www.hcaptcha.com/signup-interstitial
- type: Pricing
  url: https://www.hcaptcha.com/#pricing
- type: GitHubOrganization
  url: https://github.com/hCaptcha
- type: Blog
  url: https://www.hcaptcha.com/post
- type: Privacy
  url: https://www.hcaptcha.com/privacy
- type: Status
  url: https://status.hcaptcha.com/
maintainers:
- FN: Kin Lane
  email: kin@apievangelist.com