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