Download Latest Version noCaptchaAi_chrome_v1.8.0.zip (142.1 kB)
Email in envelope

Get an email when there's a new version of noCaptcha Chrome Extension

Home / v1.8.0
Name Modified Size InfoDownloads / Week
Parent folder
noCaptchaAi_chrome_v1.8.0.zip 2024-11-05 142.1 kB
noCaptchaAi_chrome_v1.8.0.crx 2024-11-05 153.9 kB
noCaptchaAi_chrome_v1.7.9.zip 2024-11-05 142.1 kB
noCaptchaAi_chrome_v1.7.9.crx 2024-11-05 153.9 kB
README.md 2024-02-27 1.9 kB
v1.8.0 _ added bbox drag and drop (type_ _bboxdd_) support source code.tar.gz 2024-02-27 3.7 MB
v1.8.0 _ added bbox drag and drop (type_ _bboxdd_) support source code.zip 2024-02-27 3.7 MB
Totals: 7 Items   7.9 MB 5
  • added support for bounding box drag and drop types
bboxdd bboxdd
download image

API Usage

POST:https://pro.nocaptchaai.com/solve

Request Payload:

:::js
{
    "images": {
        "0": "/9j/4AAQSkZJRgABAQAAAQABAAD",
      ...
    },
    "target": "Pleаse click, hold, and drаg all the missing pieсes to complete the image.",
    "method": "hcaptcha_base64",
    "type": "bboxdd",
    "examples": [],
    "choices": [],
    "sitekey": "b17bafa7-90bf-4070-9296-626796423086",
    "ln": "en",
}

Result

:::js
{
          answer: [],
          answers: [
            [427, 192],
            [427, 240],
          ],
          id: "hbboxdd_PU3QBu1j",
          result: {
            answer: {
              0: [
                [435, 188],
                [80, 285],
              ],
              1: [
                [427, 240],
                [120, 120],
              ],
            },
            answerType: "coordinateClick",
          },
          status: "solved",
          target: "b_an object that would tip the scale",
          url: "https://status2.nocaptchaai.com/status?id=hbbox_PU3QBu1j",
};

ERROR / SKIP (refunded credits)

{
    "choices": "",
    "id": "",
    "message": "Unable to solve this images.",
    "result": {},
    "solution": [],
    "status": "skip",
    "target": "bdd_please click hold and drag  the missing pieces to complete the image"
}
Source: README.md, updated 2024-02-27