CaptchaKiller

FREEMIUM
Popularity

9 / 10

Latency

2,852ms

Service Level

100%

Health Check

N/A

README

Request Recaptcha V2 Token

Required Parameters:

siteKey - String

Example: 6LfW6wATAAAAAHLqO2pb8bDBahxlMxNdo9g947u9

site - String

Example: https://recaptcha-demo.appspot.com/

Response Example

{
    "result": "example"
}

Response Errors

Server is busy processing solve requests.

{
    "error": "Server too busy. Try again later."
}

Your query parameters are invalid, or something went wrong during the captcha solving process. Please check if you are sending valid parameters, this error can occur if the Recaptcha site key is not V2 or is invalid.

{
    "error": "Server Error"
}

Invalid Recaptcha site key.

{
    "error": "Invalid siteKey"
}

Invalid Recaptcha site URL.

{
    "error": "Invalid site URL"
}

Invalid query data. Please check if you are sending valid parameters.

{
    "error": "Invalid query data"
}

Rate limit exceeded

{
    "error": "Rate limit exceeded"
}

Unauthorized/No API key provided

{
    "error": "Unauthorized/No API key provided"
}

Request Recaptcha V3 Low Score Token

Required Parameters:

siteKey - String

Example: 6LdKlZEpAAAAAAOQjzC2v_d36tWxCl6dWsozdSy9

action - String

Example: examples/v3scores

site - String

Example: https://recaptcha-demo.appspot.com/

Response Example

{
    "result": "example"
}

Response Errors

Server is busy processing solve requests.

{
    "error": "Server too busy. Try again later."
}

Your query parameters are invalid, or something went wrong during the captcha solving process. Please check if you are sending valid parameters, this error can occur if the Recaptcha site key is not V3 or is invalid.

{
    "error": "Server Error"
}

Invalid Recaptcha site key.

{
    "error": "Invalid siteKey"
}

Invalid Recaptcha site URL.

{
    "error": "Invalid site URL"
}

Invalid Recaptcha action.

{
    "error": "Invalid action"
}

Invalid query data. Please check if you are sending valid parameters.

{
    "error": "Invalid query data"
}

Rate limit exceeded

{
    "error": "Rate limit exceeded"
}

Unauthorized/No API key provided

{
    "error": "Unauthorized/No API key provided"
}
Followers: 0
Resources:
Product Website Terms of use
API Creator:
C
CaptchaKiller
CaptchaKiller
Log In to Rate API
Rating: 5 - Votes: 1