Dashboard
Build requests in the Playground, manage API keys, read usage logs, and buy credits at app.screenshotlens.com.
The dashboard at app.screenshotlens.com is where you get a key, try a request, and see what each request cost. It calls the same API your server will, so anything that works there works from code.
In this section
| Page | Use it to |
|---|---|
| Playground | Build a capture request in the browser, preview the result, and copy the generated URL |
| API Keys | Create, name, rotate, and revoke the keys your integration uses |
| Usage Logs | Inspect request history, statuses, timings, stored assets, and credits charged |
| Credits and Billing | See credit costs, buy packages, and manage billing |
The usual order
- Create a key under API keys, named after the system that will use it.
- Build the request in the Playground with
response_type=jsonand check the credit cost before running it. - Copy the generated URL into your server code and swap in the key from your secret manager.
- Check Usage logs when a request behaves differently in production than it did in the Playground.
New accounts start with 100 credits, so every step above works before you buy anything.