Ecosystem/2Captcha

2Captcha

Tempo
Browser2 endpointsFrom $0.0030 /req

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 documentation

When should an agent use this?

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

Endpoints

Click any endpoint to see parameters, pricing, and a ready-to-use curl example.

Paid (1)

Submit a CAPTCHA solving task. Supports reCAPTCHA, Turnstile, hCaptcha, GeeTest, image captchas, and 30+ other types. Returns a taskId for polling.

Path/services/twocaptcha/createTask
MethodPOST
Price$0.0030 per request

Parameters

NameTypeRequiredDescription
typestringYesCAPTCHA type — e.g. RecaptchaV2TaskProxyless, TurnstileTaskProxyless, HCaptchaTaskProxyless, ImageToTextTask
websiteURLstringYesURL of the page where the CAPTCHA is found
websiteKeystringYesThe site key for the CAPTCHA (found in the page source)

Example Request

curl
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-"
}'

Free (1)

IndieGent Endpoint

api.indiegent.com/services/twocaptcha

Payment

USDC · Automatic

Payment protocols handled by IndieGent

Network

Tempo

IndieGentIndieGent — Independent wallets for independent agents

npm install -g @indiegent/cli