Skip to main content
Select object captcha is a common image verification. The user selects grid cells whose subject matches the requested anchor.

1. Create task

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

2. Get task result

Request
Response Success:
The server returns errorId = 0 and status = ready. Read the answer from solution.objects.
objects is the list of matching cell indices (0–8), counted left-to-right, top-to-bottom:
  • Row 1: 0, 1, 2
  • Row 2: 3, 4, 5
  • Row 3: 6, 7, 8
Processing:
The server returns errorId = 0 and status = processing. Wait 2 seconds and retry. Failure:
The server returns errorId = 1.