🤖GeeTest V4 Proxyless
GeeTest V4 Solver Task (Solved with our in-house proxies) & Required Parameters
GeeTest solver doesn't require your own proxies, so there's only the proxyless task.
Rest API Endpoint: https://captcha.datalabs.net/createTask
Creating The Task
Task Parameter Table
Parameters | Required | Description |
---|---|---|
type | true | GeeTestTaskProxyLess |
websiteURL | true | The website address in which you're solving the captcha for. |
captchaId | true | Captcha ID parameter to be passed to our solver, only for GeeTest V4. |
geetestApiServerSubdomain | false | Optional custom subdomain for solver. |
Task Created Response
Parameters | Description |
---|---|
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
Parameters | Description |
---|---|
captcha_id | The captcha ID originally passed to the solver. |
captcha_output | Likely to be required for verification. |
gen_time | Likely to be required for verification. |
lot_number | Likely to be required for verification. |
pass_token | Likely to be required for verification. |
risk_type | Likely to be required for verification. |
Last updated