Skip to main content

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

Endpoint

Parameters

The image must be the cropped challenge area (like the illustration above), without the modal header/footer.

Example request

Response

Success
The server returns errorId = 0 and a taskId on success. Failure
The server returns errorId = 1 with the error in errorCode.

2. Get the task result

Endpoint

Request

Response

Success
The server returns errorId = 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).
These two points correspond to the 2 objects that share the same shape. Processing
The server returns errorId = 0 and status = processing — the task is being solved, wait 2 seconds and try again. Failure
The server returns errorId = 1 when solving fails.