Styled capture

bash
screenframed capture https://example.com \ --device browser-macos \ --background midnight \ --shadow \ --output screenshot.png
bash
screenframed capture https://example.com --url-only

JSON response

bash
screenframed capture https://example.com --json

Async job

bash
screenframed capture https://example.com \ --async \ --webhook-url https://example.com/webhooks/screenframed

Then poll:

bash
screenframed jobs status job_01K... --watch

Batch file

bash
screenframed batch urls.txt \ --device browser-macos \ --background arctic \ --out-dir screenshots

Watch mode

bash
screenframed watch http://localhost:3000 \ --interval 5 \ --output preview.png

Raw capture

bash
screenframed raw https://example.com --output raw.png

Use raw captures for debugging. Use styled captures for published assets.

Ask a question... ⌘I