Base URL
All API requests go to:How the API is organized
Capture
POST /v1/screenshots — the endpoint you’ll use for almost everything.Usage
GET /v1/usage — check quota consumption programmatically.Authentication
API keys, headers, and how revocation works.
Plans & limits
What each plan allows, and what happens when you hit a limit.
POST /demo/screenshot— powers the live demo on scrnshot.site. It’s unauthenticated and IP-rate-limited to 5 requests/day. Don’t integrate against it./v1/keysand/v1/billing/*— dashboard-only endpoints authenticated with a session cookie, not an API key. They’re documented in the API reference for completeness, not because you’ll call them from server code.