AZcaptcha Blog
Captcha solving tips, API guides, and product updates.
How to Solve Amazon WAF Captcha with the AZcaptcha API
AWS WAF needs only the protected page URL โ no sitekey. Submit an AwsWafTaskProxyless task, poll for the token, and attach it as the aws-waf-token cookie on your next requests.
How to Solve GeeTest (v3 & v4) with the AZcaptcha API
GeeTest returns a bundle of values, not one token โ and v3 and v4 differ. Learn the parameters for each, submit a GeeTestTaskProxyless task, and return the full solution to the form.
How to Solve FunCaptcha (Arkose Labs) with the AZcaptcha API
FunCaptcha / Arkose is the interactive "rotate the animal" puzzle. Find the public key, submit a FunCaptchaTaskProxyless task, poll for the token, and inject it into the Arkose field.
How to Get Past Cloudflare in 2026: Turnstile, Challenge & Working Methods
Cloudflare means two different jobs: the Turnstile widget (a token) and the full-page Challenge (a cf_clearance cookie bound to your IP/UA). Which method works for each, and why matching matters.
How to Solve reCAPTCHA v2 in 2026: Every Working Method Compared
Browser automation, open-source audio/ML solvers, extensions, and solving APIs โ which actually work in 2026, what each is good and bad at, and which to reach for first.
What Does Captcha Solving Cost? AZcaptcha Pricing per 1,000 Explained
How AZcaptcha prices each captcha type, how to estimate a monthly bill from your volume, and where the real savings come from. Every rate is per 1,000 โ and you never pay for failed solves.
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.
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.
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.
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.
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.
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.
How to Solve Amazon WAF Captcha with the AZcaptcha API
AWS WAF needs only the protected page URL โ no sitekey. Submit an AwsWafTaskProxyless task, poll for the token, and attach it as the aws-waf-token cookie on your next requests.
How to Solve GeeTest (v3 & v4) with the AZcaptcha API
GeeTest returns a bundle of values, not one token โ and v3 and v4 differ. Learn the parameters for each, submit a GeeTestTaskProxyless task, and return the full solution to the form.
How to Solve FunCaptcha (Arkose Labs) with the AZcaptcha API
FunCaptcha / Arkose is the interactive "rotate the animal" puzzle. Find the public key, submit a FunCaptchaTaskProxyless task, poll for the token, and inject it into the Arkose field.
How to Get Past Cloudflare in 2026: Turnstile, Challenge & Working Methods
Cloudflare means two different jobs: the Turnstile widget (a token) and the full-page Challenge (a cf_clearance cookie bound to your IP/UA). Which method works for each, and why matching matters.
How to Solve reCAPTCHA v2 in 2026: Every Working Method Compared
Browser automation, open-source audio/ML solvers, extensions, and solving APIs โ which actually work in 2026, what each is good and bad at, and which to reach for first.
What Does Captcha Solving Cost? AZcaptcha Pricing per 1,000 Explained
How AZcaptcha prices each captcha type, how to estimate a monthly bill from your volume, and where the real savings come from. Every rate is per 1,000 โ and you never pay for failed solves.
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.
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.
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.
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.
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.
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.