Documentation

Get started with Gobot's proof-of-work captcha protection in minutes.

Getting Started
Set up Gobot protection in 3 simple steps

1. Get Your API Key

// Sign up at gobot.dev to get your API key
const API_KEY = "your-api-key-here"

2. Add the Script

<script src="https://cdn.gobot.dev/v1/gobot.js"
data-api-key="your-api-key"
data-auto-protect="true"></script>

3. Configure Protection

Gobot.init({
apiKey: "your-api-key",
difficulty: 2,
autoProtect: true
});