CaptchaSolvCaptchaSolv

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 stringService
RecaptchaV3Google reCAPTCHA v3
RecaptchaV3EnterpriseGoogle reCAPTCHA Enterprise (v3)
RecaptchaV2Google reCAPTCHA v2 (checkbox)
RecaptchaV2InvisibleGoogle reCAPTCHA v2 invisible
RecaptchaV2EnterpriseGoogle reCAPTCHA Enterprise (v2)
RecaptchaV2EnterpriseInvisibleGoogle reCAPTCHA Enterprise invisible (v2)
KasadaKasada BotManager
KasadaCustomKasada with custom configuration
AkamaiAkamai Bot Manager

See Captcha Types for detailed field references.

On this page