Page cover

POST

Recaptcha V3 Solver API

NOTE: If the action does not match the site's action, the captcha token might become invalid.

ENDPOINT: https://api.captchakiller.net/c/solvev3ls

Request Recaptcha V3 Token

Parameter
Type
Description
Example Value

sitekey

string

Required. Recaptcha site key.

6LdKlZEpAAAAAAOQjzC2v_d36tWxCl6dWsozdSy9

action

string

Required. Recaptcha site action, if not known try homepage, submit, verify, register or login.

examples/v3scores

site

string

Required. Recaptcha site URL.

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

gdomain

bool

Google.com is the default domain, set to true to use recaptcha.net

true

Header
Type
Description
Example Value

x-api-key

string

Required. Your API Key.

example

Request Example

POST https://api.captchakiller.net/c/solvev3ls
x-api-key: example
{
    "sitekey": "6LfW6wATAAAAAHLqO2pb8bDBahxlMxNdo9g947u9",
    "site": "https://recaptcha-demo.appspot.com",
    "action": "examples/v3scores"
}

Response Example

{
    "result": "example"
}

Last updated

Was this helpful?