Skip to main content
A regular captcha is an image containing distorted text that humans can read. To solve the captcha, the user must type the text from the image.
Common ImageToText captcha examples

1. Create task

Request

Body Parameters

Response

  • Server returns errorId = 0 and taskId → success
  • Server returns errorId = 1 with errorCode → error (see Error Codes)

2. Retrieve the result

Request

Response

  • errorId = 0 & status = "ready" → read the result from solution.text
  • errorId = 0 & status = "processing" → job in progress, wait 2 seconds and retry
  • errorId = 1 → failed, check errorCode in Error Codes