Recaptcha V3
Hướng dẫn giải recaptcha v3 bằng api capsieure
Import
Create task
POST
/createTask
Tạo Task mới
Headers
Name
Value
Content-Type
application/json
Body
Name
Type
Description
clientKey
string
type
string
default: RecaptchaV3TaskProxyless
websiteURL
string
url web chứa recaptcha
websiteKey
string
key của recaptcha
isEnterprise
bool
mặc định là false
minScore
decimal
giá trị từ 0.1-0.9
pageAction
string
hành động của bạn trên web này mặc định "verify"
cheap
bool
mặc định false, nếu cheap bằng false sẽ là captcha tốc độ nhanh
Response
Getting result
POST
/getTaskResult
Lấy kết quả
Headers
Name
Value
Content-Type
application/json
Body
Name
Type
Description
clientKey
string
taskId
number
là kết quả trả về của createTask bên trên
Response
Last updated