# WebsiteScreen.com > WebsiteScreen.com is a free website screenshot tool and authenticated screenshot API. The browser tool needs no account. The API uses a free client API key. ## Main pages - [Online screenshot tool](https://websitescreen.com/): Capture a public URL as PNG or JPEG. - [Quickstart](https://websitescreen.com/start/): Create a free account and make the first API request. - [Client Area](https://websitescreen.com/dashboard/): View or regenerate an API key and see recent capture activity. - [OpenAPI specification](https://websitescreen.com/openapi.json): Structured API description. - [Client Assistance](https://clientassistance.com/): External assistance site. ## API Send a GET request to `https://websitescreen.com/api/` with `url` and `userkey`. Optional parameters include `width`, `height`, `zoom`, `scaled_width`, `full_size`, `format`, and `response_type`. The online `/screenshot/` endpoint is used by the public browser interface. Private and local target addresses are rejected.