Search.../

Introduction

 

Developer Preview
APIs in Developer Preview are subject to change and are not intended for use in production.
Send us your suggestions for improving this API. Your feedback is valuable to us.

 

Permissions information

Functions in the Resources API are restricted and only run if you elevate permissions using the wix-auth elevate() function.

Warning: Elevating a function allows it to be called by any site visitor. Exercise caution to prevent security vulnerabilities.

The reCAPTCHA element allows you to present a challenge-response test to site visitors to determine whether they are human or a bot. Use the reCAPTCHA element to verify that site visitors are human before allowing them perform restricted operations.

For more information on working with your reCAPTCHA element, click here.

To use the Captcha API, import captcha from the wix-captcha.v2 module:

import captcha from 'wix-captcha.v2';
javascript | Copy Code

Was this helpful?