Welcome to Screenshotly
Screenshotly is a workspace-based capture API backed by Chromium. It supports PNG, JPEG, WebP, PDF, HTML, and short WebM output with strict URL validation, measured usage, and successful-capture-only quota accounting.Core workflows
POST /api/screenshotreturns one capture in the request.POST /api/jobspersists an encrypted request for a supervised worker.POST /api/jobs/batchvalidates and queues up to 20 captures.GET /api/jobs/{id}returns status and an expiring result URL.DELETE /api/jobs/{id}requests cancellation.