Skip to main content
Selecting objects is a popular type of image verification.

1. Create task

Request
Response Success:
The server returns errorId = 0 and a taskId when the task is created successfully. Failure:
The server returns errorId = 1 along with an errorCode.

2. Get task result

Request
Response Success:
The server returns errorId = 0 and status = ready. Read the result from solution.
The 3x3 grid is indexed as follows: top row 0, 1, 2, middle row 3, 4, 5, bottom row 6, 7, 8. Click every tile whose index appears in solution.objects, then press the Xác thực (Verify) button.
Processing:
The server returns errorId = 0 and status = processing while the task is being processed. Please wait 2 seconds and retry. Failure:
The server returns errorId = 1 when processing fails.