Note |
---|
Create a task through the createTask method, and then get the result through the getTaskResult method |
Info |
---|
If you obtain an invalid token, please contact us. It will usually work normally after we optimize it. |
...
Task Type | Description | Price | Price(USD) | ||||||
---|---|---|---|---|---|---|---|---|---|
FuncaptchaTaskProxyless | Funcaptcha solution, using server built-in proxy |
| $1.62/1k |
Create Task
Create a task through the createTask method
...
Parameters | Type | Required | Description |
---|---|---|---|
clientKey | string | true | Account client key, which can be found in the personal center |
type | string | true | Task type: FuncaptchaTaskProxyless |
websiteURL | string | true | Website url using Funcaptcha, usually a fixed value |
websiteKey | string | true | Funcaptcha site key, a fixed value |
data | string | option | Additional parameter that may be required by FunCaptcha implementation. Use this property to send "blob" value as a stringified array. See example how it may look like. |
funcaptchaApiJSSubdomain | string | option | A special subdomain of |
proxy | string | option | Proxy format: protocol:ip:port:username:password like: "http:111.222.111.222:10103:username:password" * Please note that for FunCAPTCHA solving requests where you are using rotating proxies, you need to ensure that the proxy supports sessions (session id or sticky). Otherwise, we will solve the captcha with an IP that is rotated and does not match the IP you are using, which will result in an invalid captcha. |
cn | bool | option | If your proxy is chinese proxy, set it to true. If not, do not set this parameter if your proxy provider need whitelist, you can add “202.105.112.236” to whitelist (only support chinese proxy on this function) |
**NOTICE
if your proxy provider need whitelist, you can add “202.105.112.236” to whitelist (only support chinese proxy on this function)
Please note that for FunCAPTCHA solving requests where you are using rotating proxies, you need to ensure that the proxy supports sessions (session id or sticky). Otherwise, we will solve the captcha with an IP that is rotated and does not match the IP you are using, which will result in an invalid captcha.
...