ReCaptchaV2: solving reCAPTCHA v2| Capsolver

The task type that we support:

  • is using the server’s built-in proxy.
  • this task type require your own proxies.
  • is using the server’s built-in proxy.

Create Task

Create a task with the createTask method.

Before creating a task, if you need to use tokens in automation tools such as playwright and puppeteer, you may need to find their callback functions. Reference:

Task Object Structure

Example Request

After you submit the task to us, you should receive in the response a ‘taskId’ if it’s successful. Please read errorCode: full list of errors if you didn’t receive the task id.

Example Response

Getting Results

After you have the taskId, you need to submit the taskId to retrieve the solution. Response structure is explained in getTaskResult.

Depending on the system load, you will get the results within the interval of to

Example Request

Example Response

Use SDK Request

Sample Code

GeetestreCAPTCHA v3