Documentation
Documentation
Pick the page that matches your stack and the level of control you want.
start here
- quickstart: the shortest working integration.
- api reference: endpoint sequence and request bodies.
- browser sdk: install
@captchacc/browser. - plain html: no framework.
- wordpress: settings, shortcode, and verification helper.
direct flow
- Browser creates a challenge with the site key.
- Browser calls
/v1/verifywith the answer. - Your app sends the proof token to your server.
- Your server calls
/v1/siteverifyonce with the secret key.