Raw Screenshot
Capture an unstyled browser screenshot as PNG.
Capture a raw screenshot
GET
/v1/raw
Returns a PNG browser screenshot without ScreenFramed styling, backgrounds, or device frames.
Request
The HTTP or HTTPS URL to capture.
bashcurl "https://screenframed.com/v1/raw?url=https%3A%2F%2Fexample.com" \ -H "Authorization: Bearer $SCREENFRAMED_API_KEY" \ --output raw.png
Response
The response body is the PNG image binary.
| Header | Value |
|---|---|
Content-Type | image/png |
Cache-Control | no-store |
CLI
bashscreenframed raw https://example.com --output raw.png