Skip to main content

Overview

The SDK is the code you add to your website to display captcha widgets on your website.

The SDK is open source here.

SDK documentation

Widget Configuration

Options when creating a widget.

Widget Events

Events your Javascript code can listen to to react to changes in the widget. This is often used to enable or disable the submit button of your web forms.

Widget Lifecycle

The widget has a fixed amount of states it can be in.

SDK Reference

The code documentation generated from the SDK codebase.

Advanced Topics