A simple, fast API that turns any web page into a PNG screenshot or PDF.

Quick start

curl -X POST https://snapdok.io/v1/render \
  -H "Authorization: Bearer <your-api-key>" \
  -H "Content-Type: application/json" \
  -d '{"url":"https://example.com","format":"png"}' \
  --output shot.png

Endpoints

POST /v1/render · GET /v1/usage · GET /health

Interested in an API key? Reach out and we'll get you set up.