Hcaptcha
Hcaptcha task endpoints
Informations
Discord users: Always set
a11y_tfe
totrue
Turbo ST minimum:3200ms, max 10000ms
Create task
POST
https://node00.nikolahellatrigger.solutions/api/task/new
If you are targeting a high score target, please consider what's in between ()
Headers
content-type*
String
application/json
user-agent*
String
crapsolver-py or crapsolver-go
authorization
String
user:id (your api key)
Request Body
domain*
String
The domain where the captcha is presented. without https://
site_key*
String
The sitekey associated with the captcha.
user_agent*
String
Useragent (use the same to submit token)
proxy*
String
http://user:pass@ip:port or http://ip:port (use the same to submit token)
task_type*
Int
always 0
invisible
Bool
Whether the captcha is invisible.
rqdata
String
Additional request data.
a11y_tfe*
Bool
Whether free text entry is allowed. (always put to true on discord)
turbo
Bool
Enable turbo mode allow you to submit task faster
turbo_st
Int
The turbo mode submit time in milliseconds. (default: 3000)
hc_accessibility
String
hc_accessibility cookie, instant pass normal website.
oneclick_only
Bool
If captcha images spawn, task will be stopped and error returned.
href
String
href of the actual page where captcha spawn, get it via motionData
dr
String
Param you can gather via motionData
exec
Bool
Param you can gather via motionData
Get task result
GET
https://node00.nikolahellatrigger.solutions/api/task/ID
ID example: /api/task/task:zgltzcyroee39l0pxzs5
Path Parameters
id*
String
task id
Headers
content-type*
String
application/json
user-agent*
String
crapsolver-py or crapsolver-go
there is 2 errors param into the payload, the outside one is about REST API errors, the internal one is about task error (ex: proxy timeout while solving..)
Last updated