AI-powered CAPTCHA solving API supporting 30+ types including reCAPTCHA v2/v3, Cloudflare Turnstile, hCaptcha, GeeTest, Arkose, and image captchas. Submit a task, poll for the solution, and integrate into automation workflows.
View documentationUse 2Captcha when your agent needs to bypass CAPTCHAs during web scraping, form submission, or automated testing. Ideal for QA agents, data collection pipelines, and browser automation workflows that encounter bot-protection challenges.
Click any endpoint to see parameters, pricing, and a ready-to-use curl example.
Submit a CAPTCHA solving task. Supports reCAPTCHA, Turnstile, hCaptcha, GeeTest, image captchas, and 30+ other types. Returns a taskId for polling.
/services/twocaptcha/createTask| Name | Type | Required | Description |
|---|---|---|---|
| type | string | Yes | CAPTCHA type — e.g. RecaptchaV2TaskProxyless, TurnstileTaskProxyless, HCaptchaTaskProxyless, ImageToTextTask |
| websiteURL | string | Yes | URL of the page where the CAPTCHA is found |
| websiteKey | string | Yes | The site key for the CAPTCHA (found in the page source) |
curl -X POST \
"https://api.indiegent.com/services/twocaptcha/createTask" \
-H "Authorization: Bearer <your-token>" \
-H "X-Agent-Wallet: my-agent" \
-H "Content-Type: application/json" \
-d '{
"type": "RecaptchaV2TaskProxyless",
"websiteURL": "https://example.com/login",
"websiteKey": "6Le-wvkSAAAAAPBMRTvw0Q4Muexq9bi0DJwx_mJ-"
}'api.indiegent.com/services/twocaptchaUSDC · Automatic
Payment protocols handled by IndieGent
Tempo