Skip to main content
Object-selection is a common Amazon captcha. The user must select every tile matching the question topic from a 3x3 image grid.

1. Create task

Request
Response Success:
The server returns errorId = 0 and a taskId on success. Failure:
The server returns errorId = 1 together with the corresponding errorCode.

2. Get task result

Request
Response Success:
The server returns errorId = 0 and status = ready. Read the result from solution.
The objects array contains the indices of the tiles to click in the 3x3 grid, numbered 0 to 8, from left to right, top to bottom:
After clicking the matching tiles, press the Confirm button to submit.
Processing:
The server returns errorId = 0 and status = processing. Wait 2 seconds and try again. Failure:
The server returns errorId = 1 when the job fails.