🤖Fun Captcha Proxyless
Fun Captcha Solver Task (Solved with our in-house proxies) & Required Parameters
Rest API Endpoint: https://captcha.datalabs.net/createTask
Creating The Task
Task Parameter Table
type
true
FunCaptchaTaskProxyLess
websiteURL
true
The website address in which you're solving the captcha for.
websitePublicKey
true
The websites static key. It can typically be found in the page source or network activity.
data
false
A value called blob
which is used in certain implementations of Fun Captcha.
Task Created Response
errorId
0: Without error. 1: Error with request.
errorCode
Short code for error type.
errorDescription
More detailed description of the error that occurred.
taskId
Task ID, provided for synchronous tasks to be pushed to /getTaskResult
Retrieving the Solution
Successful Solution Response
userAgent
The user agent in which the solution was solved with.
token
The successfully solved solution token.
Last updated