Blog

AZcaptcha Blog

Captcha solving tips, API guides, and product updates.

Guides

hCaptcha vs reCAPTCHA: What's Different and How to Automate Both

hCaptcha and reCAPTCHA look interchangeable but differ in vendor, sitekey format, and response field. See what changes โ€” and why one create-poll-inject pattern solves both.

Jul 22, 2026
#hcaptcha#recaptcha#comparison#api#token
Guides

reCAPTCHA v2 vs v3 vs Enterprise: Key Differences (and How Each Is Solved)

Google ships three products under the reCAPTCHA name and they behave nothing alike. Compare v2, v3, and Enterprise โ€” what each returns, how to tell them apart, and the matching AZcaptcha task type.

Jul 21, 2026
#recaptcha#recaptcha v2#recaptcha v3#enterprise#comparison
API Tutorials

Faster Solving with Async Pingbacks + Using Proxies

Stop polling: register a pingback URL and let AZcaptcha POST solutions to your server. Plus how and when to pass your own proxy for session-bound captchas.

Jul 20, 2026
#pingback#proxy#async#api#advanced
Guides

AntiCaptcha vs 2Captcha vs AZcaptcha: API Compatibility & Migration

AZcaptcha implements both the AntiCaptcha (createTask/getTaskResult) and 2Captcha (in.php/res.php) APIs, so migrating is usually just a base-URL swap. Here is how.

Jul 19, 2026
#migration#anticaptcha#2captcha#api#comparison
API Tutorials

Image & Text Captcha OCR: base64 and in.php Upload

Solve distorted text captchas two ways: an ImageToTextTask with a base64 image, or a classic multipart in.php upload. Read solution.text and report bad solves.

Jul 18, 2026
#image captcha#ocr#base64#api#tutorial
API Tutorials

Bypassing the Cloudflare Challenge with cf_clearance

The Cloudflare "Just a moment..." interstitial returns a cf_clearance cookie bound to your IP and User-Agent. Learn how to solve it and reuse the cookie correctly.

Jul 17, 2026
#cloudflare#cf_clearance#challenge#api#tutorial
API Tutorials

Automating Cloudflare Turnstile Solving

Cloudflare Turnstile is a lightweight widget that returns a token. Submit a TurnstileTaskProxyless task, poll for solution.token, and post it as cf-turnstile-response.

Jul 16, 2026
#cloudflare#turnstile#api#tutorial#token
API Tutorials

How to Solve hCaptcha via API

Submit an HCaptchaTaskProxyless task, poll for the token, and inject it into the h-captcha-response field. Includes proxy variant and classic in.php/res.php usage.

Jul 15, 2026
#hcaptcha#api#tutorial#token
API Tutorials

Solving reCAPTCHA v3 Programmatically (Score & Token Explained)

reCAPTCHA v3 returns a score, not a checkbox. Learn how minScore and pageAction work, submit a RecaptchaV3TaskProxyless task, and use the returned token correctly.

Jul 14, 2026
#recaptcha#recaptcha v3#score#api#tutorial
API Tutorials

How to Solve reCAPTCHA v2 with the AZcaptcha API

Find the sitekey, submit a NoCaptchaTaskProxyless task, poll for the gRecaptchaResponse token, and inject it into your form โ€” with proxy and invisible variants and classic API examples.

Jul 13, 2026
#recaptcha#recaptcha v2#api#tutorial#nocaptcha
API Tutorials

Getting Started with the AZcaptcha API: createTask, getTaskResult & Polling

Set up your API key and solve your first captcha with AZcaptcha. Full createTask / getTaskResult polling loops in cURL, Python, PHP, and Node.js, plus balance checks and error codes.

Jul 12, 2026
#api#getting started#createtask#gettaskresult#tutorial
Guides

What Is a CAPTCHA? Types, How They Work & How They're Solved

A plain-English tour of CAPTCHAs โ€” image/text, reCAPTCHA v2/v3, hCaptcha, Cloudflare Turnstile and Challenge, FunCaptcha and more โ€” how they detect bots, and how they get solved programmatically.

Jul 11, 2026
#captcha#bot detection#recaptcha#hcaptcha#turnstile
Guides Jul 22, 2026

hCaptcha vs reCAPTCHA: What's Different and How to Automate Both

hCaptcha and reCAPTCHA look interchangeable but differ in vendor, sitekey format, and response field. See what changes โ€” and why one create-poll-inject pattern solves both.

#hcaptcha#recaptcha#comparison#api#token
Guides Jul 21, 2026

reCAPTCHA v2 vs v3 vs Enterprise: Key Differences (and How Each Is Solved)

Google ships three products under the reCAPTCHA name and they behave nothing alike. Compare v2, v3, and Enterprise โ€” what each returns, how to tell them apart, and the matching AZcaptcha task type.

#recaptcha#recaptcha v2#recaptcha v3#enterprise#comparison
API Tutorials Jul 20, 2026

Faster Solving with Async Pingbacks + Using Proxies

Stop polling: register a pingback URL and let AZcaptcha POST solutions to your server. Plus how and when to pass your own proxy for session-bound captchas.

#pingback#proxy#async#api#advanced
Guides Jul 19, 2026

AntiCaptcha vs 2Captcha vs AZcaptcha: API Compatibility & Migration

AZcaptcha implements both the AntiCaptcha (createTask/getTaskResult) and 2Captcha (in.php/res.php) APIs, so migrating is usually just a base-URL swap. Here is how.

#migration#anticaptcha#2captcha#api#comparison
API Tutorials Jul 18, 2026

Image & Text Captcha OCR: base64 and in.php Upload

Solve distorted text captchas two ways: an ImageToTextTask with a base64 image, or a classic multipart in.php upload. Read solution.text and report bad solves.

#image captcha#ocr#base64#api#tutorial
API Tutorials Jul 17, 2026

Bypassing the Cloudflare Challenge with cf_clearance

The Cloudflare "Just a moment..." interstitial returns a cf_clearance cookie bound to your IP and User-Agent. Learn how to solve it and reuse the cookie correctly.

#cloudflare#cf_clearance#challenge#api#tutorial
API Tutorials Jul 16, 2026

Automating Cloudflare Turnstile Solving

Cloudflare Turnstile is a lightweight widget that returns a token. Submit a TurnstileTaskProxyless task, poll for solution.token, and post it as cf-turnstile-response.

#cloudflare#turnstile#api#tutorial#token
API Tutorials Jul 15, 2026

How to Solve hCaptcha via API

Submit an HCaptchaTaskProxyless task, poll for the token, and inject it into the h-captcha-response field. Includes proxy variant and classic in.php/res.php usage.

#hcaptcha#api#tutorial#token
API Tutorials Jul 14, 2026

Solving reCAPTCHA v3 Programmatically (Score & Token Explained)

reCAPTCHA v3 returns a score, not a checkbox. Learn how minScore and pageAction work, submit a RecaptchaV3TaskProxyless task, and use the returned token correctly.

#recaptcha#recaptcha v3#score#api#tutorial
API Tutorials Jul 13, 2026

How to Solve reCAPTCHA v2 with the AZcaptcha API

Find the sitekey, submit a NoCaptchaTaskProxyless task, poll for the gRecaptchaResponse token, and inject it into your form โ€” with proxy and invisible variants and classic API examples.

#recaptcha#recaptcha v2#api#tutorial#nocaptcha
API Tutorials Jul 12, 2026

Getting Started with the AZcaptcha API: createTask, getTaskResult & Polling

Set up your API key and solve your first captcha with AZcaptcha. Full createTask / getTaskResult polling loops in cURL, Python, PHP, and Node.js, plus balance checks and error codes.

#api#getting started#createtask#gettaskresult#tutorial
Guides Jul 11, 2026

What Is a CAPTCHA? Types, How They Work & How They're Solved

A plain-English tour of CAPTCHAs โ€” image/text, reCAPTCHA v2/v3, hCaptcha, Cloudflare Turnstile and Challenge, FunCaptcha and more โ€” how they detect bots, and how they get solved programmatically.

#captcha#bot detection#recaptcha#hcaptcha#turnstile