Skip to content

Get a screenshot image (signed URL)

GET
/screenshots/{filename}

Serves a screenshot image. Requires valid HMAC signature and unexpired timestamp. No authentication needed.

Parameters

Path Parameters

filename*

Screenshot filename (SHA-256 hash + .png)

Type
string
Required

Query Parameters

expires*

Expiration timestamp (Unix epoch seconds)

Type
integer
Required
sig*

HMAC-SHA256 signature

Type
string
Required

Responses

PNG image

image/png

Playground

Variables
Key
Value

Samples

Powered by VitePress OpenAPI