Server
Overview
Each CAPTCHA verification generates parameters that will be returned to GeeTest via your interface to validate the request.
Secondary validation API
Interface information | Description |
---|---|
URL | http://gcaptcha4.geetest.com/validate |
Request method | GET/POST |
Type of content | application/x-www-form-urlencoded |
Response format | json |
Request parameters
Parameter Name | Type | Description |
---|---|---|
lot_number | string | Verify serial number |
captcha_output | string | Verify output information |
pass_token | string | Verify passing identity |
gen_time | string | Verify passing timestamp |
captcha_id | string | Verify id |
sign_token | string | Verify signature |
Response parameters
Parameter Name | Type | Description |
---|---|---|
result | string | Secondary validation result |
reason | string | Validation result description |
captcha_args | dict | Verify output parameters |
Sample code
Here is an example in Python:
def post(self): |