Our server will return a JSON response to your validation call.
Our server always responds with status code 200.
Result | Value | Description |
---|---|---|
Success |
{ |
Answer is correct. |
Failure |
{ |
Answer is wrong. |
Failure |
{ |
The parameters (private_key, challenge_id, answer) sent are invalid. |
Failure |
{ |
Challenge is invalid. There is no challenge with the challenge id sent. |
Failure |
{ |
Cropped Captcha is invalid. |
Failure |
{ |
Private key is invalid. Check your private key. |
Failure |
{ |
Challenge is not active. |
Next Article: API