Blog

AZcaptcha Blog

Captcha solving tips, API guides, and product updates.

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