Skip to content

Popular Captcha

Create Task

POST

https://api.captchasonic.com/createTask

Content-Type:

application/json

Select Type

Request Format

{
  "apiKey": "YOUR_API_KEY",
  "task": {
    "type": "PopularClassification",
    "queries": [
      "image1_base64",
      "image2_base64"
    ],
    "question": "Please click, hold, and drag all the missing pieces to complete the image.",
    "questionType": "objectClick",
    "examples": [
      "example1_base64",
      "example2_base64"
    ],
    "websiteURL": "https://your-website.com",
    "websiteKEY": "website-key",
    "choices": []
  }
}

Response Format

{
  "errorId": 0,
  "solution": {
    "result": "success"
  },
  "status": "ready"
}