Report
GET
/report
base
Request
Body Params application/json
apiKey
string
Apikey
Example:
your_api_key_here
question
string
Question
Example:
Solve the puzzle?
type
string
Type
Example:
["PopularCaptchaImage","ReCaptchaV2Image","GeetestImage","AwsWafImage","OcrImage"]
questionType
Questiontype
Any of
Example:
objectClassify, objectClick, objectDrag, objectDraw, objectTag
passed
boolean
Passed
Example
{
"apiKey": "your_api_key_here",
"question": "Solve the puzzle?",
"type": [
"PopularCaptchaImage",
"ReCaptchaV2Image",
"GeetestImage",
"AwsWafImage",
"OcrImage"
],
"questionType": "string",
"passed": true
}
Request 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 GET '/report' \
--header 'Content-Type: application/json' \
--data-raw '{
"apiKey": "your_api_key_here",
"question": "Solve the puzzle?",
"type": [
"PopularCaptchaImage",
"ReCaptchaV2Image",
"GeetestImage",
"AwsWafImage",
"OcrImage"
],
"questionType": "string",
"passed": true
}'
Responses
🟢200OK
application/json
Body
No schema defined
Example
null
🟠422Parameter Error
Modified at 2025-02-19 12:32:15