capsieure
  • Capsieure.com
  • Getting Started
    • Recaptcha V2
    • Recaptcha V3
    • 📕Image
    • 💰Balance
    • 🇵🇷Extention Chrome
Powered by GitBook
On this page
  • Import
  • Create task
  • Getting result
  1. Getting Started

Recaptcha V2

Hướng dẫn giải recaptcha v2 bằng api capsieure

Import

Create task

POST /createTask

endpoint: https://api.capsieure.com/createTask

Tạo Task mới

Headers

Name
Value

Content-Type

application/json

Body

{
  "clientKey": "67b6bcbb1a728ea8d563de6d169a2057",
  "task": {
    "type": "RecaptchaV2TaskProxyless",
    "websiteURL": "https://example.com/test",
    "websiteKey": "6Lcg7CMUAAAAANphynKgn9YAgA4tQ2KI_iqRyTwd",
    "isEnterprise" : false,
    "cheap": false
  }
}
Name
Type
Description

clientKey

string

type

string

default: RecaptchaV2TaskProxyless

websiteURL

string

url web chứa recaptcha

websiteKey

string

key của recaptcha

isEnterprise

bool

mặc định là false

cheap

bool

mặc định false, nếu cheap bằng false sẽ là captcha tốc độ nhanh

Response

{
  "errorId": 0,
  "taskId": 7654321
}
{
  "errorId": 1,
  "message": "Lỗi ở đây"
}

Getting result

POST /getTaskResult

endpoint: https://api.capsieure.com/getTaskResult

Lấy kết quả

Headers

Name
Value

Content-Type

application/json

Body

{
  "clientKey": "67b6bcbb1a728ea8d563de6d169a2057",
  "taskId": 7654321
}
Name
Type
Description

clientKey

string

taskId

number

là kết quả trả về của createTask bên trên

Response

{
  "errorId": 0,
  "status": "ready",
  "solution": {
    "gRecaptchaResponse": "answer"
  }
}

hoặc đang tiến trình

{
  "errorId": 0,
  "status": "processing"
}
{
  "errorId": 1,
  "status": "Báo lỗi ở đây"
}
PreviousCapsieure.comNextRecaptcha V3

Last updated 6 months ago

api key lấy

api key lấy y

tại đây
tại đâ