hCaptcha solving API
Solve hCaptcha automatically with our API. Sub-3 second solves. 99% success rate. Easy integration for bots, scraping, and automation.
Want to work with us? Workers sign in via the mobile app. Download the worker app →
$ curl -X POST /api/createTask \
-d '{"clientKey":"your_key",
"task":{"type":"PopularCaptchaTaskProxyless",
"websiteURL":"https://...",
"websiteKey":"site_key"}}'5.6s avg response
✓ Response in 5.6s
Solve hCaptcha with site URL and site key, optional rqdata (enterprise), with or without proxy.
Proxyless
PopularCaptchaTaskProxyless: site URL + site key. No proxy. Optional rqdata, pow_type, is_invisible.
With proxy
PopularCaptchaTask with your proxy. Worker never sees your proxy (privacy).
Invisible captcha
Set is_invisible: true for invisible captcha; worker uses small/hidden layout.
Pay per solve
No subscriptions or minimums. Each task type has its own price.
Create a task, poll for the result. Works with any language.
Proxyless
POST /api/createTask
{"clientKey":"your_api_key","task":{
"type":"PopularCaptchaTaskProxyless",
"websiteURL":"https://...",
"websiteKey":"site_key"}}
→ taskIdWith proxy
POST /api/createTask
{"clientKey":"your_api_key","task":{
"type":"PopularCaptchaTask",
"websiteURL":"https://...",
"websiteKey":"site_key",
"proxy":"http://user:pass@host:port"}}
→ taskIdThen POST /api/getTaskResult with taskId until status is "ready".
1 Create Task — Proxyless or with proxy; optional rqdata, pow_type, is_invisible
2 Get Result — Poll every 2–5 seconds until solved
3 Report Result — Report success/failure to improve quality
Full documentation →Fair pricing for developers. Fair pay for workers.
$7 / 1k solves
$5 / 1k solves
Workers sign in only via the mobile app. Download the Android app to start solving tasks and earning.
Download link is set in Admin → Settings.
Join developers and teams using our hCaptcha solver API.