Skip to content

v1.8.0 : added bbox drag and drop (type: "bboxdd") support

Latest
Compare
Choose a tag to compare
@404b 404b released this 05 Nov 18:51
· 2 commits to main since this release
b50033e
  • added support for bounding box drag and drop types
bboxdd bboxdd
download image

API Usage

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

Request Payload:

{
    "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

{
          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"
}