A small API with durable resources
Screenshot API uses asynchronous job resources. A create request returns quickly with a screenshot ID; clients can poll the resource until the artifact succeeds, fails, or is canceled.
The public documentation is available now so integrations can be designed early. Production API access, account keys, browser rendering, and artifact delivery are not active during the private development preview.
Validate a public URL and reserve a bounded screenshot job.
Read documentation → Inspect GET /v1/screenshots/{id}Read job state, render metadata, errors, and artifact delivery details.
Read documentation → Control DELETE /v1/screenshots/{id}Cancel active work or request deletion of a completed artifact.
Read documentation →