Introduction
CaptchaSolv REST API - solve captchas programmatically via HTTP.
Base URL: https://v2.captchasolv.com
All requests are POST with a JSON body and return JSON. Authentication is done via
the api_key field in every request body.
Supported captcha types
| Type string | Service |
|---|---|
RecaptchaV3 | Google reCAPTCHA v3 |
RecaptchaV3Enterprise | Google reCAPTCHA Enterprise (v3) |
RecaptchaV2 | Google reCAPTCHA v2 (checkbox) |
RecaptchaV2Invisible | Google reCAPTCHA v2 invisible |
RecaptchaV2Enterprise | Google reCAPTCHA Enterprise (v2) |
RecaptchaV2EnterpriseInvisible | Google reCAPTCHA Enterprise invisible (v2) |
Kasada | Kasada BotManager |
KasadaCustom | Kasada with custom configuration |
Akamai | Akamai Bot Manager |
See Captcha Types for detailed field references.