Documentation
Everything you need to integrate LambdaShot into your application.
🚀
Getting Started
Learn the basics and take your first screenshot in minutes.
📖API Reference
Complete documentation of all API endpoints and parameters.
📦SDKs
Official client libraries for Node.js, Python, Go, PHP, and more.
🔧Error Codes
Error codes and troubleshooting guide.
Quick Start
1. Get your API key
Sign up for an account and get your API key from the dashboard.
Create account →2. Make your first request
curl "https://api.lambdashot.com/v1/screenshot?url=https://example.com" \
-H "Authorization: Bearer YOUR_API_KEY" \
-o screenshot.png 3. Explore the API
Check out the full API reference to discover all available options including custom viewports, PDF generation, element selection, and more.