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 V2 Enterprise Solver API
  • Request Example
  • Response Example

Was this helpful?

  1. Captcha Tasks
  2. Recaptcha V2 Enterprise

GET

Recaptcha V2 Enterprise Solver API

Please set a maximum timeout of 30 seconds.

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

Request Recaptcha V2 Enterprise Token

Parameter
Type
Description
Example Value

sitekey

string

Required. Recaptcha site key.

6LfW6wATAAAAAHLqO2pb8bDBahxlMxNdo9g947u9

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

false

invisible

bool

Set to true if you can't see the checkbox and only the challenge appears.

false

payload

string

If the anchor request contains s parameter or source contains s-data pass it to the API.

3Zky78k550-A2....

action

string

If the anchor request contains sa parameter that is the action.

Default

proxytype

string

Only add if you want to use custom proxies or if the site requires matching ip. HTTP/SOCKS4/SOCK5

HTTP

proxyaddress

string

Only add if you want to use custom proxies or if the site requires matching ip.

127.0.0.1

proxyport

integer

Only add if you want to use custom proxies or if the site requires matching ip.

6000

proxyuser

string

Only add if you want to use custom proxies or if the site requires matching ip.

exampleuser

proxypass

string

Only add if you want to use custom proxies or if the site requires matching ip.

examplepass

Header
Type
Description
Example Value

x-api-key

string

Required. Your API Key.

example

Request Example

GET https://api.captchakiller.net/c/solvev2e?sitekey=6LfW6wATAAAAAHLqO2pb8bDBahxlMxNdo9g947u9&site=https%3A%2F%2Frecaptcha-demo.appspot.com%2F
x-api-key: example

Response Example

{
    "result": "example"
}

Last updated 1 year ago

Was this helpful?

Page cover image