Free screenshot API
Capture your first website
Create a free account, copy the API key from Client Area, and make one HTTPS request.
Quickstart
- Create a free account.
- Open Client Area and copy your API key.
- Replace
YOUR_API_KEYbelow and run the request.
curl --get 'https://websitescreen.com/api/' \
--data-urlencode 'url=https://example.com/' \
--data-urlencode 'userkey=YOUR_API_KEY' \
--data-urlencode 'width=1280' \
--data-urlencode 'height=1024' \
--data-urlencode 'format=PNG' \
--output screenshot.png