API Tutorials

Endpoint-by-endpoint API tutorials for reCAPTCHA, Turnstile, hCaptcha, image OCR, GeeTest, and more.

Clear filters
API Tutorials Cloudflare Challenge Page Parameters and Token Flow
Deep dive into Cloudflare challenge page parameters, the challenge-response token flow, and how cf_clearance cookies are generated and validated.

Deep dive into Cloudflare challenge page parameters, the challenge-response token flow, and how cf_clearance c...

Feb 01, 2026
API Tutorials How to Solve Cloudflare Challenge with Python
Solve Cloudflare Challenge pages using Python and Captcha AI API.

Solve Cloudflare Challenge pages using Python and Captcha AI API. Complete guide with proxy setup, cf_clearanc...

Feb 01, 2026
API Tutorials Building a Python Wrapper Library for CaptchaAI API
Build a reusable Python wrapper library for the Captcha AI API with type hints, retry logic, context managers, and support for CAPTCHA types.

Build a reusable Python wrapper library for the Captcha AI API with type hints, retry logic, context managers,...

Jan 31, 2026
API Tutorials How to Solve Image CAPTCHA with Base64 API
Solve image CAPTCHAs using base 64 encoding and Captcha AI API.

Solve image CAPTCHAs using base 64 encoding and Captcha AI API. Complete guide with image capture, base 64 con...

Jan 30, 2026
API Tutorials CaptchaAI IP Whitelisting and API Key Security
Secure your Captcha AI API key with IP whitelisting, environment variables, and access control best practices.

Secure your Captcha AI API key with IP whitelisting, environment variables, and access control best practices.

Jan 30, 2026
API Tutorials Circuit Breaker Pattern for CAPTCHA API Calls
Implement the circuit breaker pattern to protect your application from cascading failures when the Captcha AI API is degraded or unavailable.

Implement the circuit breaker pattern to protect your application from cascading failures when the Captcha AI...

Jan 29, 2026
API Tutorials reCAPTCHA v3 Action Parameter Explained
what the re CAPTCHA v 3 action parameter does, how to find the correct value, and why it matters when solving with Captcha AI.

Learn what the re CAPTCHA v 3 action parameter does, how to find the correct value, and why it matters when so...

Jan 29, 2026
API Tutorials PowerShell + CaptchaAI: Windows Automation CAPTCHA Solving
Complete guide to solving re CAPTCHA, Turnstile, and image CAPTCHAs in Power Shell using Captcha AI's HTTP API with Invoke-Rest Method and Invoke-Web Request.

Complete guide to solving re CAPTCHA, Turnstile, and image CAPTCHAs in Power Shell using Captcha AI's HTTP API...

Jan 28, 2026
API Tutorials How to Solve reCAPTCHA v2 Enterprise Using API
Step-by-step guide to solving re CAPTCHA v 2 Enterprise using Captcha AI API.

Step-by-step guide to solving re CAPTCHA v 2 Enterprise using Captcha AI API. Detect Enterprise vs standard, e...

Jan 26, 2026
API Tutorials Semaphore Patterns for CAPTCHA Concurrency Control
Use semaphores to control concurrent CAPTCHA API calls — prevent rate limiting and manage resource usage in Python and Node.js.

Use semaphores to control concurrent CAPTCHA API calls — prevent rate limiting and manage resource usage in Py...

Jan 26, 2026
API Tutorials Dead-Letter Queue for Failed CAPTCHA Tasks
Implement a dead-letter queue (DLQ) to capture failed CAPTCHA solving tasks for retry, analysis, and alerting with Captcha AI.

Implement a dead-letter queue (DLQ) to capture failed CAPTCHA solving tasks for retry, analysis, and alerting...

Jan 25, 2026