👉SLIDE Captcha

Create task

POST https://hmcaptcha.com/Recognition

SLIDE CAPTCHA

Example https://hmcaptcha.com/recognition

{ "Apikey": "YOUR APIKEY", "Type": "ALL_CAPTCHA_SLIDE", "Image": "Image as base64 encoded" }

Query Parameters

Name
Type
Description

wait

Bool

If the 'wait=1' parameter is added to the URL, the result will return immediately after the captcha is solved without needing to call 'getResult'

Headers

Name
Type
Description

Content-Type

String

application/json

Request Body

Name
Type
Description

Apikey*

String

The apikey or subscription key

Type*

String

ALL_CAPTCHA_SLIDE TIKTOK_OBJ TIKTOK_ROTATE_APP

TIKTOK_ROTATE_WEB

Image

String

Image encoded as base64

ref

String

Add to get referral money

{
    "Code": 0,
    "TaskId": 123456,
    "Message": "OK"
}

Get result

GET https://hmcaptcha.com/getResult?apikey={your_apikey}&taskid={taskid}

Example https://hmcaptcha.com/getResult?apikey=admingoiZ4dxa1GNHH!Rt0He8KEnrfYJCz3JE&taskid=12345

Query Parameters

Name
Type
Description

apikey*

String

The user apikey. Get it in dashboard

taskid*

String

The task id from Create Task step

{
    "Code": 0,
    "Status": "PENDING",
    "Data": null
}

Last updated