99.2% uptime over the last 30 days

Captchas solved on their own, while you sip coffee

API for automatic captcha solving in automated tests (E2E, QA), accessibility tools, and other automation. Simple integration, built for vibe coding.

4.1s
avg solve time
99.2%
success rate
10
captcha types, 3 more soon
$0.003
per solve

Everything you need to scale without the pain

Quick start

Sign up in a minute: just email and password. Confirm your email and your API token is waiting in the dashboard.

Simple API

One endpoint, JSON response: copy the request example and it works. Python SDK available.

Python SDKavailable Node.js SDKcoming soon

Balance, not subscription

Top up and spend. No monthly charges for what you didn't use.

Official SDKs

Python

Python SDK

A thin wrapper over the API for Python: no manual REST calls. Published on GitHub, not on PyPI yet — install straight from the repo.

pip install git+https://github.com/captcha-solver-api/python-sdk.git
Open on GitHub →
Usage examples on GitHub
JavaScript

Node.js SDK

The same library for Node.js is on the way.

coming soon

Integrate using any AI assistant

Share the link with Claude, ChatGPT, Grok, Perplexity, or Gemini, or grab the ready-made prompt below. Your AI assistant will understand the full API in seconds and write production-ready integration code.

Claude ChatGPT Grok Perplexity Gemini Copilot DeepSeek
Ready-to-paste prompt
Read https://captcha-solver.com/llms.txt and write a Python function solve_recaptcha(website_url, website_key) that solves reCAPTCHA v2 through this API. Take the API key from the CAPTCHA_API_KEY environment variable.
01

Use an LLM

Share the llms.txt link with your AI assistant, or send it the ready-made prompt above and describe what you need in plain language.

02

Debug and tune with the LLM

Ask the AI to test the integration on your page: pick the right captcha parameters, sort out errors, and fix the code.

03

Get a working integration

The AI writes integration code for your stack: Python, Node.js, PHP, Go, and more.

From sign-up to first solve in 2 minutes

01

Sign up

Email and password, no phone verification, no company data. Once you confirm your email, your API key is available in the dashboard.

02

Top up balance

Any convenient method, any amount. Funds never expire and aren't tied to a billing cycle.

03

Send requests

One POST request with an image or site-key. Returns the solution. Charged only on success.

$0.003
per solve, no subscription, no minimum payment
  • Pay per successful solve, not per attempt
  • Balance never expires
  • No hidden fees
Get your API key → See all captcha types →

Common questions

A captcha solver is a service that solves captchas for your automation. A script cannot pass a captcha on its own: when it runs into one, for example in E2E tests, it simply gets stuck. Instead, your code sends the captcha to our API and gets the solution back: a token, recognized text, or click coordinates, depending on the captcha type. You then apply that solution on the target page the same way a human answer would be applied: pass the token to the widget or form, type the text into the field, or click the points. See the docs for how it works step by step.