Tiktok3DSelectObjectPhoneTask
Solve the captcha that asks the user to pick 2 matching 3D objects on the mobile (phone) version of TikTok. The user must click on 2 objects that have the same shape.
Example of the 3D Select Object captcha on phone (Select 2 objects that are the same shape)
1. Create a task
EndpointParameters
The image must be the cropped challenge area (like the illustration above), without the modal header/footer.
Example request
Response
SuccesserrorId = 0 and a taskId on success.
Failure
errorId = 1 with the error in errorCode.
2. Get the task result
EndpointRequest
Response
SuccesserrorId = 0 and status = ready. Read the result from solution:
pointA— coordinates of the first object (x, y).pointB— coordinates of the second object (x, y).
errorId = 0 and status = processing — the task is being solved, wait 2 seconds and try again.
Failure
errorId = 1 when solving fails.
