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:
- Go to the Studio
- Enter a website URL
- Configure viewport size (or use presets)
- Click "Capture"
3
Get Your API Key
For programmatic access, generate an API key:
- Go to Settings → API Keys
- Click "Generate API Key"
- 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"