The Captcha Service is a real integration with 2Captcha-compatible providers. It solves captchas on demand and can auto-solve captchas the real browsers hit during sessions.
Providers
2captcha.com
The default provider. Reliable global coverage and all 20 task types.
rucaptcha.com
Same protocol, popular for RU-focused workloads.
CapMonster Cloud
Cloud variant of the CapMonster solver line.
Setup
- Open Settings, then Captcha Service.
- Pick a provider and paste your API key.
- Enable the service.
- Press Check balance to verify the key.
- Press Run self-test. The app solves Google's official demo reCAPTCHA through the API and reports the result, including the remaining balance.
Auto-solve
| Option | Default | Values | Description |
|---|---|---|---|
| Auto-solve | Off | On, Off | When on, the engine detects captchas in real pages (reCAPTCHA, hCaptcha and Turnstile iframes) and solves them with token injection. |
| Solve chance | 8% | 1 to 20% | How often sessions encounter a captcha scenario in tests. Simulates realistic challenge rates. |
| Timeout | 120s | 30 to 180s | Maximum wait for a single solve before the session gives up on it. |
All 20 captcha types
| Type | Description |
|---|---|
| Image (Normal) | Classic text-in-image captchas, base64 body. |
| reCAPTCHA v2 | "I am not a robot" checkbox and invisible variant. |
| reCAPTCHA v2 Enterprise | Enterprise edition with extra payload. |
| reCAPTCHA v3 | Score based (0.1 to 0.9), requires an action. |
| hCaptcha | hCaptcha checkbox and invisible challenges. |
| Cloudflare Turnstile | Cloudflare challenge widget. |
| FunCaptcha (Arkose) | Arkose Labs puzzle captchas. |
| GeeTest v3 | Slider and puzzle captchas. |
| GeeTest v4 | Newer GeeTest version. |
| KeyCaptcha | Session based captcha with user ID and signs. |
| Yandex SmartCaptcha | Yandex smart captcha widget. |
| Amazon WAF | AWS WAF captcha challenges. |
| DataDome | DataDome slider protection. |
| MTCaptcha | MTCaptcha widget. |
| Capy | Capy puzzle captcha. |
| Lemin | Lemin captcha. |
| TikTok | TikTok captcha. |
| CutCaptcha | CutCaptcha puzzle. |
| Text (question) | Plain text math and logic questions. |
| Coordinates | Click on image captchas, base64 body with instructions. |
Cost model
Pay per solve, no subscriptionRough reference prices from the provider
- Image captchas: about $1.5 per 1,000 solves.
- reCAPTCHA: about $2.99 per 1,000 solves.
- Balance is checked live from the app, and the self-test reports the updated balance after solving.
Solve only what you are entitled to
Use the service on captchas you own or have explicit permission to solve. Automatically solving third-party challenges you are not entitled to is abuse. See Ethical Use.
The self-test is a real solve
"Run self-test" submits Google's public demo reCAPTCHA to the provider and confirms the result came back solved. It costs a few fractions of a cent and proves the whole pipeline works.
Where the captcha service lives
The provider API calls run through a local agent bridge started by the app on an ephemeral port with a random per-run token. The renderer never talks to the provider directly, which keeps the API key inside the desktop process.
Related
- AI Agent Chat: the agent can solve captchas on demand.
- Settings: where the service is configured.