Przejdź do głównej treści
POST
/
captcha
/
recognition
/
hcaptcha
Recognition Hcaptcha
curl --request POST \
  --url https://api.acedata.cloud/captcha/recognition/hcaptcha \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "queries": [
    "<string>"
  ],
  "question": "<string>"
}
'
{
  "solution": {
    "box": [
      "565",
      "140"
    ],
    "label": "Please click the center of the seahorses head",
    "confidences": 0.7175476551055908
  }
}

Autoryzacje

Authorization
string
header
wymagane

Nagłówki

accept
enum<string>

Specifies the format of the response from the server.

Dostępne opcje:
application/json

Treść

application/json
queries
string[]

Base64 encoded verification code image, get the nine small images on the captcha and combine the images in a list form.

question
string

For question id, please refer to the table,Support Chinese and English, other languages please convert.

Odpowiedź

OK, the request is successful.

solution
object

Classification result.