API Reference

Overview

Capture Screenshot

Use this endpoint to capture a webpage screenshot and receive screenshot storage URLs.

Endpoint

GEThttps://snapshot-api.mindiqglobal.com/api/v1/screenshot

Query Parameters

NameRequiredTypeDefaultDescription
urlYesstring-Target URL starting with http:// or https://
full_pageNobooleanfalseCapture full page height
formatNoenumpngpng or jpeg
widthNointeger1280Viewport width
heightNointeger720Viewport height

Success Response

{
  "status": "success",
  "imageUrl": "https://mindiqglobal-snapshot-public-data-prod.s3.amazonaws.com/screenshot/capture.png",
  "format": "png"
}

Response Body Parameters

NameTypeDescription
statusenumsuccess or error
imageUrlstringPublic screenshot URL
formatenumpng or jpeg