CaptchaSonic
HomeMy AccountDocs
HomeMy AccountDocs
Discord
Github
Telegram
  1. CaptchaSonic
  • 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. CaptchaSonic

Create Task

POST
/createTask

Request

Body Params application/json

Example
{
    "apiKey": "your_api_key_here",
    "source": "string",
    "version": "string",
    "appID": 0,
    "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"
    }
}

Request Code Samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/createTask' \
--header 'Content-Type: application/json' \
--data-raw '{
    "apiKey": "your_api_key_here",
    "source": "string",
    "version": "string",
    "appID": 0,
    "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"
    }
}'

Responses

🟢200OK
application/json
Successful Response
Body

Example
null
🟠422Parameter Error
Modified at 2025-02-19 12:32:15
Previous
CaptchaSonic
Next
Balance
Built with