👉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
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
Content-Type
String
application/json
Request Body
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
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