← tool5store

Station 01

Capture

Paste a URL, get back a screenshot. Handles cookie banners and overlays automatically — nothing to sign up for.

Idle.

Use it from code

curl -X POST https://capture.tool5.store/api/v1/capture \
  -H "Content-Type: application/json" \
  -d '{"url":"https://example.com","format":"png","fullPage":false}' \
  --output shot.png