API URL
GET /api/v1/web-screenshot
Headers
Code
Content-Type: application/jsonQuery Parameters
Param
Type
Description
url
required
string
Target URL with protocol
width
optional
number
Viewport width 100-3840
height
optional
number
Viewport height 100-2160
quality
optional
number
Image quality 10-100
format
optional
string
Output format jpeg/png/webp
Example GET Request
Code
GET https://datpaq.com/api/v1/web-screenshot?api_key=your-api-key&url=https://reddit.comSuccessful Response
Status
HTML
200 OKBody
Code
{
"success": true
}Field
Type
Content-Type
string
binaryImage
binary
error
string
correlationId
string
message
string
Error Response
Example
Code
Not AvailableLast Updated: May 4, 2026