reCAPTCHA Enterprise API logo

reCAPTCHA Enterprise API

reCAPTCHA Enterprise API

Google reCAPTCHA Enterprise API is advanced bot/abuse protection — behavioral scoring, adaptive risk assessment, no friction for real users.

Visit site ↗Health checked 9h ago
Use it when

Fully invisible verification (v3 has no CAPTCHA UI)

Watch for

Paid product (v3 is free but Enterprise charges per call)

First check

Enable reCAPTCHA Enterprise in GCP Console, create a site key (web/iOS/Android distinct). Frontend SDK integration; backend calls createAssessment to verify token and get score.

Auth
CORS
No
HTTPS
Yes
Signup
?
Latency
43 ms
Protocol
REST
Pricing

Uptime · 30-day window

Probes: 1Uptime: 100%Avg latency: 43ms
01

About this API

reCAPTCHA Enterprise is the flagship version of Google's anti-bot service. Regular reCAPTCHA v2 (click "I'm not a robot") and v3 (invisible scoring) are free with limited functionality — only binary bot vs human classification. Enterprise is a paid product, differentiated by risk-control depth: analyzes dozens of behavioral signals (mouse trajectories, keyboard cadence, device fingerprint, IP history, Google web-wide behavioral correlation), outputs precise 0.0-1.0 risk scores; apps customize response by score (0.9+ pass through, 0.3-0.9 step-up, < 0.3 reject). Specialized Account Defender for account takeover (ATO) detection, Password Defender for credential stuffing. Not recommended for mainland China due to Google network reachability issues — use hCaptcha, NetEase Yidun, Alibaba Captcha instead.

02

What you can build

  • 1Login/signup bot defense
  • 2E-commerce blocking automated fake orders
  • 3Content sites blocking scraping
  • 4Step-up verification for high-risk actions (password reset, payment)
03

Strengths & limitations

Strengths

  • Fully invisible verification (v3 has no CAPTCHA UI)
  • Risk scoring based on Google's web-wide behavioral data
  • Fine-grained risk scores (0.0-1.0) enable custom response strategies

Limitations

  • Paid product (v3 is free but Enterprise charges per call)
  • Network reachability issues for mainland China users
04

Example request

Generic template — replace <endpoint> with the real path from the docs.
curl https://google.com/<endpoint>
05

Getting started

Enable reCAPTCHA Enterprise in GCP Console, create a site key (web/iOS/Android distinct). Frontend SDK integration; backend calls createAssessment to verify token and get score.

06

FAQ

How much more expensive than v3?+

First 1M assessments/month free; beyond that $1 / 1000. Mid-traffic sites: hundreds per month.

Does it work in mainland China?+

Technically Google API access is unstable in mainland China. Use hCaptcha or domestic solutions.

07

Technical details

CORS: NoHTTPS: YesSignup: ?Open source: No
Auth type
unknown
Pricing
unknown
Protocols
REST
SDKs
javascript, ios, android, go, java, python
Response time
43 ms
Last health check
5/12/2026, 7:37:36 AM
08

Tags

09

More from Google