WEBSITE SCREEN

Free screenshot API

Capture your first website

Create a free account, copy the API key from Client Area, and make one HTTPS request.

Quickstart

  1. Create a free account.
  2. Open Client Area and copy your API key.
  3. Replace YOUR_API_KEY below 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