Capture Website Screenshots with Ease

PeekShot provides a fast, reliable, and customizable screenshot API with S3 storage and webhook support.

Browser window with screenshot preview

Why Choose PeekShot?

How PeekShot Works

01
Send an API Request

Use our REST API with custom options to specify the URL you want to capture and configure settings like viewport size, format, and quality.

curl -X POST https://api.peekshot.com/v1/screenshots \
    -H "Content-Type: application/json" \
    -H "x-api-key: YOUR_API_KEY" \
    -d '{
      "url": "https://example.com",
      "format": "png",
      "width": 1920,
      "height": 1080
    }'
{
    "status": "success",
    "message": "screenshot request added in queue",
    "data": {
      "url":"https://www.astrodecode.com/",
      "requestId":1,
      "creditRequired":1,
      "organizationId":1
    },
    "statusCode": 201,
}

02
Processing & Uploading

PeekShot processes your request in our high-performance cloud infrastructure and automatically uploads the screenshot to your configured S3 bucket.

03
Receive Instant Notification

Once processing is complete, we'll send a webhook notification with the screenshot URL and metadata to your specified endpoint.

{
    "status": "completed",
    "id": "shot_123xyz",
    "url": "https://s3.amazonaws.com/your-bucket/screenshot.png",
}
<img 
    src="https://s3.amazonaws.com/your-bucket/screenshot.png"
    alt="Website Screenshot"
    width=1920
    height=1080
/>

04
Use It Anywhere

Use the screenshot URL in your application, embed it in reports, or integrate it into your analytics dashboard.

Start Capturing in Under a Minute

Follow these simple steps to get started with PeekShot

01

Sign Up

Create your PeekShot account in seconds with just your email address.

02

Create a Project

Navigate to the projects section and create a new project. (Take note of the project ID.)

03

Generate API Key

Retrieve your API key from the API key section in your dashboard.

04

Make First API Call

Follow our API documentation to send a POST request.

curl -X POST https://api.peekshot.com/v1/screenshots \
    -H "Content-Type: application/json" \
    -H "x-api-key: YOUR_API_KEY" \
    -d '{"url":"https://example.com", "width": 1280, "height": 800}'

Start Capturing Screenshots Today

Trusted by 500+ developers