Page cover

GET

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

GET https://api.captchakiller.net/c/solvev3ls?sitekey=6LdyC2cUAAAAACGuDKpXeDorzUDWXmdqeg-xy696&action=examples%2Fv3scores&site=https%3A%2F%2Frecaptcha-demo.appspot.com%2F
x-api-key: example

Response Example

{
    "result": "example"
}

Last updated

Was this helpful?