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

REPORT(REPORT)

{
    "apiKey": "your_api_key_here",
    "question": "Solve the puzzle?",
    "type": [
        "PopularCaptchaImage",
        "ReCaptchaV2Image",
        "GeetestImage",
        "AwsWafImage",
        "OcrImage"
    ],
    "questionType": "string",
    "passed": true
}
Built with