CaptchaSonic
HomeMy AccountDocs
HomeMy AccountDocs
Discord
Github
Telegram
  1. Schemas
  • CaptchaSonic
    • Create Task
      POST
    • Balance
      GET
    • Reportaccuracy
      POST
    • Collect
      POST
    • Report
      GET
    • Getresponse
      GET
    • Errorcode
      GET
  • Schemas
    • Schemas
      • DATA
      • HTTPValidationError
      • REPORT
      • Task
      • ValidationError
HomeMy AccountDocs
HomeMy AccountDocs
Discord
Github
Telegram
  1. Schemas

Task(Task)

{
    "type": [
        "PopularCaptchaImage",
        "ReCaptchaV2Image",
        "GeetestImage",
        "AwsWafImage",
        "OcrImage"
    ],
    "queries": [
        null
    ],
    "examples": [
        null
    ],
    "question": "string",
    "screenshort": true,
    "questionType": "string",
    "websiteURL": "string",
    "websiteKEY": "string",
    "websiteKey": "string",
    "module": "string",
    "numeric": true,
    "case": true,
    "minLength": 0,
    "maxLength": 0,
    "proxy": "string"
}
Built with