
Example of the 'Pick 2 objects with the same shape' TikTok captcha
1. Create the task
Request
widthView and heightView are the image dimensions as rendered on the page (not the original image size). Right-click the image → Inspect element to read the correct values.Response
Success:errorId = 0 with a taskId when the task is created successfully.
Failure:
errorId = 1 and the corresponding errorCode.
2. Get the result
Request
Response
Success:errorId = 0 and status = ready. Read the two click points from solution.pointA and solution.pointB.
Processing:
errorId = 0 and status = processing. Wait 2 seconds and poll again.
Failure:
errorId = 1 — see Error Codes for handling.



