Captcha solving API

Solve any CAPTCHA,
via API.

OneForCaptcha submits your CAPTCHA and returns a ready-to-use token in seconds. reCAPTCHA, hCaptcha, Turnstile, DataDome and more — over one simple API. You only pay for captchas we actually solve.

Solved in ~seconds Prepaid USD balance Charged only for solved captchas
example.sh
# 1) Create a task (holds from your balance)
curl -X POST "https://oneforcaptcha.com/createTask" \
  -H "X-API-KEY: $KEY" -d '{"type":"recaptcha_v2","site_key":"6Le...","site_url":"https://example.com"}'
# → { "task_id": "task_a1b2c3" }

# 2) Poll for the solution (captured once solved)
curl "https://oneforcaptcha.com/getTaskResult?task_id=task_a1b2c3" -H "X-API-KEY: $KEY"
# → { "status": "ready", "solution": "03AGdBq26…" }
How it works

Captcha solving in three steps

Create a task

A createTask call submits your captcha and holds its price from your balance.

We solve it

Our solvers return a ready-to-use token, usually within seconds.

Pay only on success

If a captcha can’t be solved, the hold is released. You only pay for solved captchas.

Coverage

Supported captchas

ImageToText (OCR)

Classic distorted-text and image captchas.

from $0.40 / 1000

reCAPTCHA v2

“I’m not a robot” checkbox and image grids.

from $0.80 / 1000

reCAPTCHA v3

Invisible score-based challenges.

from $1.00 / 1000

reCAPTCHA Enterprise

Google’s enterprise reCAPTCHA tier.

from $2.00 / 1000

hCaptcha

Privacy-focused image challenges.

from $0.80 / 1000

FunCaptcha / Arkose

Rotation and 3D object puzzles.

from $1.50 / 1000

GeeTest v3/v4

Slider and puzzle challenges.

from $1.20 / 1000

Cloudflare Turnstile

Cloudflare’s invisible widget.

from $1.00 / 1000

AWS WAF Captcha

Amazon WAF captcha layer.

from $2.00 / 1000

DataDome

DataDome anti-bot slider challenges.

from $2.50 / 1000
Pricing

from $0.40 / 1000 solves

Pay as you go. No monthly fees. If a captcha can’t be solved, the hold is released. Prepaid USD balance, topped up with USDT-TRC20.

From the same team
OneForMail

Disposable email addresses that read incoming verification codes over an API — sign-ups and OTP flows, without a real inbox. You only pay for codes you actually receive.

Visit OneForMail