Get gCaptcha Site Key and Secret Key
Google reCaptcha is a popular service providing anti-abuse security to protect your application. For integrating Google reCaptcha in an application, the app or web domain has to be registered to get the API keys.
There are two keys named as Site key and the Secret key will be given by registering the application. The site key and the secret key can also be known as public and private keys respectively.

In this tutorial, we are going to see how to get the Google reCaptcha API keys by following the three simple steps listed below.
- Visit Google reCaptcha home and click Admin console button.
- Register application by choosing reCAPTCHA v3 type.
- Copy the Site key and Secret key created for the registered application.
Thanks for watching!