Dashboard
The RenderScreenshot dashboard provides a complete interface for managing your account, monitoring API usage, and debugging requests.
Dashboard Sections
View detailed history with raw JSON request/response data
API KeysCreate, manage, and revoke your API keys
Overview
Access the dashboard at renderscreenshot.com/dashboard after signing in.
| Section | Path | Description |
|---|---|---|
| Overview | /dashboard |
Account summary and quick stats |
| API Keys | /dashboard/api_keys |
Create and manage API keys |
| Usage | /dashboard/usage |
Charts and usage statistics |
| Logs | /dashboard/logs |
Request history with raw JSON |
| Webhooks | /dashboard/webhooks |
Configure webhook endpoints |
| Storage | /dashboard/storage |
Configure custom S3/R2 storage (paid plans) |
| Playground | /dashboard/playground |
Test screenshots interactively |
| Settings | /dashboard/settings |
Account and team settings |
| Billing | /dashboard/billing |
Subscription and plan management |
Usage Statistics
The usage page shows visual charts of your API activity:
- Daily Requests - Line chart of requests over the last 30 days
- Hourly Requests - Bar chart of requests in the last 24 hours
- Format Breakdown - Distribution of PNG/JPEG/WebP requests
- Status Breakdown - Success vs error rates
Storage
Configure your own S3-compatible bucket to receive copies of all screenshots. Available on paid plans (Starter, Growth, Scale).
Works with Amazon S3, Cloudflare R2, DigitalOcean Spaces, Backblaze B2, MinIO, Wasabi, and any S3-compatible storage.
- Enter bucket name, endpoint (for non-AWS), and credentials
- Set default path template and ACL
- Test connection to verify setup
See Storage Options for API usage and path template variables.
Webhooks
Configure webhook endpoints to receive notifications when batch jobs complete. See Webhooks Parameter for payload format and signature verification.