API ReferenceScreenshotsScreenshots API — endpoints, requests, and responses.Copy MarkdownThe Screenshots API. 2 endpoints: Capture a screenshotPOST /v1/screenshotsGet screenshot statusGET /v1/screenshots/:idGET /v1/accountGet account detailsReturns account, plan, and current API key details, including the `api_key` and `subscription` fields. POST /v1/screenshotsCapture a screenshotSync by default (holds up to 28s). Pass `?async=true` to return 202 immediately. Poll via GET /v1/screenshots/{id}.