2️⃣Recaptcha V2

Request the API and synchronously respond with a token that bypasses recaptcha v2, which can directly bypass business APIs with recaptcha verification.

Price Plan

Pay Per Use

(One request)

$0.01

Request URL

http://api.clearcaptcha.com/captcha/recaptcha_v2v3

Method

POST Content-Type: application/x-www-form-urlencoded

Request Parameter

Key
Type
Required
Remark
Eg.

token

String

yes

Authorize After Purchase

test

referer

String

yes

website source

discord.com

page_title

String

yes

title of the page

action

String

no

grecaptcha.execute('6LfZil0UAAAAAAdm1Dpzsw9q0F11-bmervx9g5fE', {action: login})

login

proxy

String

no

Only supports http proxy

104.123.83.10:5442:10sfsaxxgve:rb0xwerfsniu7rlsfdswemcsafw

Request eg.

token=test&sitekey=6LdUCxYTAAAAANMjMuPFMrC1GyTHmem5M1llJ8Id&referer=discord.com&recaptcha_anchor_size=mormal&page_title=Login+discord&action=login&proxy=gate.smartproxy.com%3A7000%3Ausername%3Apassword

Response Parameter

Key
Type
Remark

success

Boolean

message

String

data

Object

data[recaptcha_token]

String

Response eg.


Last updated