Tencent captcha solver (TCaptcha)
Tencent captcha is a risk-based verification system: it analyzes behavior, motion trajectory, client technical signals, and emulator indicators, then either lets the user pass or triggers one of several challenge types—one-click, slider, image, or audio captcha; the final decision is enforced through server-side ticket validation.
Bypass Tencent captchaBest Tencent captcha auto solver
By leveraging advanced human-based and AI-driven captcha-solving algorithms, SolveCaptcha achieves speed and cost efficiency, providing a top-tier experience for developers.
-
High Reliability
Service offers the fastest update speeds compared to similar providers, keeping you ahead.
-
No Risks
You only pay for successfully solved CAPTCHAs, with strict monitoring in place to prevent any misuse or illegal activities.
-
AI and Human-Powered
We combine advanced AI with human verification for efficient, fully automated CAPTCHA solving.
-
Wide Compatibility
SolveCaptcha seamlessly integrates with APIs from top manual CAPTCHA recognition services.
-
Diverse Solutions
Access SolveCaptcha through both captcha solver API and a convenient Chrome extension.
-
Trusted
Over 1 000 platforms have integrated captcha solver API for smooth, reliable automation.
Pricing for a Tencent captcha auto solver service
SolveCaptcha is the most cheap and fastest service for solving Tencent captchas.
| Solutions | Price per 1000 | Speed | Free capacity, per min. |
|---|---|---|---|
|
|
Price per 1000 $1.2 | Speed 13 sec. | Free capacity, per min. 64 |
Get started fast with open-source repositories — available in multiple programming languages for integration.
Tencent captcha solver API: How to solve and bypass Tencent captcha
Tencent captcha is a risk-based verification system: it analyzes behavior, motion trajectory, client technical signals, and emulator indicators, then either lets the user pass or triggers one of several challenge types—one-click, slider, image, or audio captcha; the final decision is enforced through server-side ticket validation.
Token-based method for automated solving of Tencent captcha.
Method specification
| Parameter | Type | Required | Description |
|---|---|---|---|
| key | String | Yes | your API key |
| method | String | Yes | tencent |
| app_id | String | Yes | The value of appId parameter in the website source code. |
| pageurl | String | Yes | The full URL of target web page where the captcha is loaded. We do not open the page, so it is not a problem if it is available only for authenticated users. |
| captcha_script | String | No |
Captcha script URL from the page source code. Default:
https://turing.captcha.qcloud.com/TCaptcha.js
|
| proxy | String | No |
Your proxy: login:[email protected]:3128 You can find more info about proxies here |
| proxytype | String | No | Type of your proxy: HTTP, HTTPS, SOCKS4, SOCKS5 |
| json | Number | No | Set to 1 to get the response as JSON. Default: 0 |
Request example
Endpoint: https://solvecaptcha.com/in.php
Method: POST
{
"key": "YOUR_API_KEY",
"method": "tencent",
"app_id": "170200591",
"pageurl": "https://www.example.com/",
"json": 1
}
Request will return the id of your captcha. Use it to get the result.
Getting the result
Request example
Endpoint: https://solvecaptcha.com/res.php
Method: POST
{
"key": "YOUR_API_KEY",
"action": "get",
"id": 2122988149,
"json": 1
}
Result example
{
"status": 1,
"request": {
"appid": "170200591",
"ret": 0,
"ticket": "qk92PdLmNRTs8WQvay4GX_f2mPLzYt9cUdK1b7HwAeJr6nVo5Z3CD41qp-rBtiuLM92QXa8F5K*",
"randstr": "@ZQX"
}
}
Using the token
The token is passed to a callback function defined in the 2nd argument of
TencentCaptcha constructor call during the captcha initialization.
new TencentCaptcha(CaptchaAppId, callback, options);
This function is usually used to make a request to the website backend where the token is verified. You can execute the callback function passing the token as an argument or build a request to the backend using the token.
For example, if the captcha is initialized like this:
const myCallbackFunction = (token) => {
// verify the token
};
const captcha = new TencentCaptcha('170200591', myCallbackFunction, {});
captcha.show();
You need to call:
const data = JSON.parse(res);
myCallbackFunction(data.request);
Where res is the JSON response from the API.
Captcha Bypass Extension
Chrome browser extension allows automatically solving captchas. Including Google reCAPTCHA v2, v3, FunCaptcha, Cloudflare bypass, Amazon AWS WAF, and more types.
Best Captcha Recognition and Solving Service Supported
The service enables recognition, solve, bypass, pass of any type of popular captcha.
-
Image CAPTCHA
-
reCAPTCHA v2
-
reCAPTCHA v3
-
FunCaptcha (Arkose Labs) captcha
-
Cloudflare Turnstile
-
Amazon captcha
-
Text captcha