API Overview
The DomShot API provides a simple REST interface for capturing website screenshots with a single GET request.Base URL
Authentication
All requests require authentication via API key passed as a query parameter. See Authentication for details.Quick example
Response
Success
Returns binary image data with appropriateContent-Type header (image/png, image/jpeg, or image/webp).
Error
Returns JSON error object. See Error Codes for details.Further reading
- Authentication - Get your API key
- GET /shot - Full parameter reference
- Core Concepts - How credits work
- Error Codes - Error reference