Capture a raw screenshot
GET /v1/raw
Auth: Bearer API keyRate limit: Plan dependentSDKs: cURL, CLI

Returns a PNG browser screenshot without ScreenFramed styling, backgrounds, or device frames.

Request

urlstringrequiredquery

The HTTP or HTTPS URL to capture.

bash
curl "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.

HeaderValue
Content-Typeimage/png
Cache-Controlno-store

CLI

bash
screenframed raw https://example.com --output raw.png
Ask a question... ⌘I