TaskPayloads
HCaptcha, MTCaptcha, CaptchaFox
{
"type": string,
"websiteURL": string,
"websiteKey": string,
"rqdata": string, // optional hcaptcha enterprise only
"proxy": string // protocol:user:pass@ip:port
}FunCaptcha
{
"type": "FunCaptchaTask",
"websiteURL": "https://www.roblox.com/",
"websiteKey": "A2A14B1D-1AF3-C791-9BBC-EE33CC7A0A6F",
"proxy": "protocol:user:pass@ip:port",
"headers": {
"Sec-Ch-Ua": "\"Not;A=Brand\";v=\"99\", \"Google Chrome\";v=\"139\", \"Chromium\";v=\"139\"",
"userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36",
"cookies": {} // optional dict(object) cookies
},
"arkoseData": {
"blob": "blob",
"href": "https://www.roblox.com/arkose/iframe",
"surl": "https://arkoselabs.roblox.com",
"ancestorOrigins": [
"https://www.roblox.com",
"https://www.roblox.com"
],
"treeStructure": "[[],[[]]]",
"treeIndex": [0, 1]
}
}Lemin, GeetestV4
{
"type": string,
"captcha_id": string,
"proxy": string, // protocol:user:pass@ip:port
}Last updated