Capsolver SDK Compatible — migrate in 1 line

Solve Any Captcha.
Instantly.

| Built for developers who need reliable, fast solves at scale.

~3s
reCAPTCHA v3 solve
~9s
Turnstile solve
99.2%
Success rate
6
Task types

Every Captcha. One API.

From lightweight tokens to enterprise-grade bot protection, we solve them all.

Drop-in replacement

Migrate in 30 seconds

Already using Capsolver, 2Captcha, or CapMonster? Our API speaks the same language. Change your base URL and you're done.

  • 1 Replace the API URL with api.pentium.sh
  • 2 Use your Pentium API key as clientKey
  • 3 That's it. Same task types, same response format.
diff
# Before (Capsolver)
- BASE_URL = "https://api.capsolver.com"
- API_KEY  = "CAP-..."

# After (Pentium)
+ BASE_URL = "https://api.pentium.sh"
+ API_KEY  = "PTM-..."

# Everything else stays the same
result = create_task(BASE_URL, API_KEY, {
    "type": "AntiTurnstileTaskProxyLess",
    "websiteURL": url,
    "websiteKey": key
})

Simple, transparent pricing

Pay per solve. No subscriptions, no minimums, no surprises.

AntiTurnstileTaskProxyLess Cloudflare Turnstile token $0.002
AntiCloudflareTask cf_clearance cookie + UA binding $0.003
ReCaptchaV3TaskProxyLess reCAPTCHA v3 high-score token $0.001
AntiKasadaTask Kasada KPSDK bootstrap + headers $0.005
AntiCastleTask Castle device fingerprint token $0.0005
Full pricing comparison →

Three endpoints. That's it.

Simple REST API. No WebSockets, no SDKs required, no complexity.

POST /createTask

Submit a captcha task. Returns a taskId for polling.

POST /getTaskResult

Poll for task result. Returns the solution when ready.

POST /getBalance

Check your account balance.

Ready to start solving?

Get your API key in 30 seconds. First 1,000 solves are free.