CaptchaKiller Documentation
  • Captcha Tasks
    • Recaptcha V2
      • GET
      • POST
      • Error Codes
    • Recaptcha V2 Enterprise
      • GET
      • POST
      • Error Codes
    • Recaptcha V3 Low Score
      • GET
      • POST
      • Error Codes
    • Funcaptcha - Arkoselabs
      • GET
      • POST
      • Error Codes
    • MTCaptcha
      • GET
      • POST
      • Error Codes
    • Text Captcha
      • GET
      • POST
      • Error Codes
  • Integrations
    • Python
    • Node.js
  • GENERAL API
    • View Balance
  • Other
    • Support
    • Partnership Program
Powered by GitBook
On this page
  • Recaptcha V3 Solver API
  • Request Example
  • Response Example

Was this helpful?

  1. Captcha Tasks
  2. Recaptcha V3 Low Score

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 1 year ago

Was this helpful?

Page cover image