Getting Started

Get up and running with SnagKit in under 5 minutes. Start capturing beautiful screenshots and videos.

1

Sign Up

Create your free SnagKit account. No credit card required.

2

Create Your First Screenshot

Use the Studio to capture your first screenshot:

  1. Go to the Studio
  2. Enter a website URL
  3. Configure viewport size (or use presets)
  4. Click "Capture"
3

Get Your API Key

For programmatic access, generate an API key:

  1. Go to Settings → API Keys
  2. Click "Generate API Key"
  3. Copy and save your key securely
4

Make Your First API Call

Test your API key with a simple request:

curl -X POST https://snagkit.io/api/v1/capture \
  -H "X-API-Key: YOUR_API_KEY" \
  -d "url=https://example.com" \
  -d "format=png" \
  -d "response_type=json"

What's Next?