hmcaptcha.com
  • 👨‍💻Welcome
  • 👉API - Get Balance
  • ⚠️Guide
  • Recognition API
    • 👉Tiktok Captcha
    • 👉SLIDE Captcha
  • Other
    • 👉WORKER_CASH $0.6
  • EXTENSION
    • 👉Download Extension
Powered by GitBook
On this page
  • Create task
  • Get result
  1. Recognition API

SLIDE Captcha

Last updated 1 year ago

Create task

POST https://hmcaptcha.com/Recognition

SLIDE CAPTCHA

Example

{ "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"
}
{
    "Code": 1,
    "Message": "Error description"
}

Get result

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

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
}
{
    "Code": 0,
    "Status": "PROCESSING",
    "Data": null
}
{
    "Code": 0,
    "Status": "SUCCESS",
    "Data": {
            "offset": 78, // Drag to right 78px
            "x": 210,
            "y": 652 // point button slide
        }
}
{
    "Code": 0,
    "Status": "ERROR",
    "Message": "Error message detail"
    "Data": null
}

Example

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