Skip to content

ReCaptcha V2

Create Task

POST

https://api.captchasonic.com/createTask

Content-Type:

application/json

Request Format

{
  "apiKey": "YOUR_API_KEY",
  "task": {
    "type": "ReCaptchaV2Image",
    "questionType": "33",
    "queries": [
      "iVBORw0KGgoAAAANSUhEUgAAASwAAADICAIAAADdvUsCAAAgAElEQVR4AezBCZRd9X0n...."
    ],
    "question": "cars",
    "websiteURL": "https://your-website.com",
    "metadata": {
      "pageURL": "www.website.com",
      "title": "reCAPTCHA"
    }
  }
}

Response Format

{
  "code": 200,
  "msg": "",
  "answers": [
    0,
    1,
    6
  ]
}