Temu CAPTCHA绕过API服务
代码示例
方法: createTask
API端点:https://api.2captcha.com/createTaskTemuImageTask
{ "clientKey": "YOUR_API_KEY", "task": { "type":"TemuImageTask", "image":"/9j/4AAQSkZJRg......", "parts":[ "part1_b64", "part2_b64", "part3_b64" ] } }回應範例
{ "cost": "0.0012", "createTime": 1754563182, "endTime": 1754563190, "errorId": 0, "ip": "46.53.232.76", "solution": { "coordinates": [ { "x": 155, "y": 358 }, { "x": 152, "y": 153 }, { "x": 251, "y": 333 } ] }, "solveCount": 1, "status": "ready" }