Tutorials

Real-world tutorials for bypassing Turnstile, solving reCAPTCHA, automating logins, and scraping protected pages.

Clear filters
Tutorials Securing CaptchaAI Credentials in Environment Variables
Store Captcha AI API keys securely using environment variables, .env files, Docker secrets, and cloud secret managers instead of hardcoding.

Store Captcha AI API keys securely using environment variables, .env files, Docker secrets, and cloud secret m...

Feb 12, 2026
Tutorials Time-Series Data for CAPTCHA Solve Performance Trends
Collect and analyze CAPTCHA solve performance as time-series data — track solve rates, latency trends, and cost over time using Influx DB, Prometheus, or Timesc...

Collect and analyze CAPTCHA solve performance as time-series data — track solve rates, latency trends, and cos...

Feb 10, 2026
Tutorials CAPTCHA Chains: Solving Sequential Challenges in Multi-Step Forms
Handle multi-step forms with sequential CAPTCHA challenges — solve each step's CAPTCHA in order, carry session state between steps, and manage token timing acro...

Handle multi-step forms with sequential CAPTCHA challenges — solve each step's CAPTCHA in order, carry session...

Feb 09, 2026
Tutorials Express.js + CaptchaAI: Server-Side CAPTCHA Handling
Integrate Captcha AI with Express.js for server-side CAPTCHA verification, form protection, and background solving services.

Integrate Captcha AI with Express.js for server-side CAPTCHA verification, form protection, and background sol...

Feb 09, 2026
Tutorials Encrypting CAPTCHA API Traffic: TLS Best Practices
Ensure Captcha AI API traffic is encrypted with TLS — verify configurations, pin certificates, and handle common TLS errors in Python and Java Script.

Ensure all Captcha AI API traffic is encrypted with TLS — verify configurations, pin certificates, and handle...

Feb 08, 2026
Tutorials Connection Keep-Alive and HTTP/2 for Faster CAPTCHA API Calls
Speed up Captcha AI API calls by using HTTP keep-alive connections and HTTP/2 multiplexing — reduce latency on submit and poll requests.

Speed up Captcha AI API calls by using HTTP keep-alive connections and HTTP/2 multiplexing — reduce latency on...

Feb 06, 2026
Tutorials Async CAPTCHA Solving with Python asyncio and CaptchaAI
how to solve multiple CAPTCHAs concurrently using Python asyncio and aiohttp with Captcha AI API.

Learn how to solve multiple CAPTCHAs concurrently using Python asyncio and aiohttp with Captcha AI API. Comple...

Feb 03, 2026
Tutorials Storing CAPTCHA Solve Results in PostgreSQL
Design a Postgre SQL schema for CAPTCHA solve results, log every task, and query performance metrics with Python and Node.js.

Design a Postgre SQL schema for CAPTCHA solve results, log every task, and query performance metrics with Pyth...

Feb 03, 2026
Tutorials CAPTCHA Handling in Progressive Web Apps (PWAs)
Handle Cloudflare Turnstile and re CAPTCHA v 2 CAPTCHAs in Progressive Web Apps using Service Worker awareness, dynamic rendering detection, and Captcha AI API...

Handle Cloudflare Turnstile and re CAPTCHA v 2 CAPTCHAs in Progressive Web Apps using Service Worker awareness...

Feb 02, 2026
Tutorials Testing CaptchaAI Before Full Migration: Parallel Run Guide
Run your existing CAPTCHA provider alongside Captcha AI in parallel — compare solve rates, speed, and cost before committing to a full migration.

Run your existing CAPTCHA provider alongside Captcha AI in parallel — compare solve rates, speed, and cost bef...

Feb 02, 2026
Tutorials Load Testing Your CAPTCHA Solving Pipeline with CaptchaAI
Load test your CAPTCHA solving pipeline to find breaking points — measure throughput, error rates, and resource usage under increasing concurrency.

Load test your CAPTCHA solving pipeline to find breaking points — measure throughput, error rates, and resourc...

Feb 02, 2026