TikHub V5.0.3 Update Log

TikHub V5.0.3 更新日志

本次更新了几个常见的验证码解决器接口,这些接口在接收到用户的请求后,会在后台进行计算,通常计算的时长在10秒-60秒之间,所以如果你在请求这些接口时,请将HTTP请求时的超时选项设置为120秒以保证你能收到服务器返回的响应。这些接口接收HTTP的POST方法进行请求,大多数接口都需要你从HTML网页中找到需要解决验证码网站的sitekey,以及该网站的URL

同时本次更新修复了一些Douyin和TikTok的数据接口随机出现HTTP400代码的情况,我们不确定这是什么导致的,但是大多数时候再等待一秒之后重新请求则会正常返回,所以我们在后端代码中实现了重试机制,后端在请求出错时会等待3秒钟随后重试3次,这会增加用户的等待时间,但是可以确保大多数Endpoint都会以200代码返回数据,请在请求时提高你的代码超时阈值。

TikHub V5.0.3 Update Log

Several common captcha solver interfaces have been updated this time. After receiving the user's request, these interfaces will perform calculations in the background. The calculation time is usually between 10 seconds and 60 seconds. So if you request these interfaces, please set the HTTP request timeout option to 120 seconds to ensure that you can receive the response returned by the server. These interfaces receive HTTP POST method requests. Most interfaces require you to find the sitekey of the website that needs to solve the captcha from the HTML page, as well as the URL of the website.

At the same time, this update fixes an issue where the Douyin and TikTok data interfaces occasionally return HTTP 400 codes randomly. We are unsure of the cause, but in most cases, retrying the request after waiting for one second results in a normal response. Therefore, we have implemented a retry mechanism in the backend code. When a request fails, the backend will wait for 3 seconds and then retry up to 3 times. This may increase the waiting time for users, but it ensures that most endpoints will return data with a 200 code. Please increase the timeout threshold in your code when making requests.

Add URIs

  • URI: /api/v1/captcha/cloudflare_turnstile
    • Cost: $0.003
  • URI: /api/v1/captcha/recaptcha_v2
    • Cost: $0.006
  • URI: /api/v1/captcha/recaptcha_v3
    • Cost: $0.006
  • URI: /api/v1/captcha/hcaptcha
    • Cost: $0.006
  • URI: /api/v1/captcha/tencent_captcha
    • Cost: $0.006
  • URI: /api/v1/captcha/amazon_captcha