Get API Key

Vibe coding: llms.txt

Building the integration with ChatGPT, Claude or a coding agent? Just drop it the link below. Inside is the whole API in one plain-text file: endpoints, request examples, fields for every captcha type, polling logic and error codes. Your AI writes the integration code without ever opening these pages.

https://captcha-solver.com/llms.txt

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.