ScreenshottyScreenshotty
FeaturesDocumentationPricingBlog
ScreenshottyScreenshotty

Most cost-effective Screenshot API

Product

  • Features
  • Pricing
  • Documentation
  • Blog
  • Compare

Free Tools

  • Website Responsivity Check
  • Website Text Extractor
  • Website to PDF Converter
  • Website Markdown Converter

Legal

  • Privacy Policy
  • Terms of Service

© 2026 Screenshotty. All rights reserved.

ScreenshottyScreenshotty
FeaturesDocumentationPricingBlog
OpenAPI 3.0.3v1.1.0

Screenshotty - Website Screenshot API

A powerful screenshot API that captures high-quality screenshots of websites or raw HTML content. Supports various output formats, custom viewports, JavaScript/CSS injection, element selection, geo-targeting, and more.

Quick Start

Get your API key from the dashboard and start capturing screenshots:

curl -X GET "https://api.screenshotty.link/api/v1/screenshot?url=https://example.com" \
  -H "x-api-key: YOUR_API_KEY"

Features

  • Capture full-page or viewport screenshots
  • Multiple output formats (PNG, JPEG, WebP, PDF, etc.)
  • Custom viewport dimensions (up to 4K resolution)
  • Crop specific regions or capture specific CSS selectors
  • JavaScript and CSS injection for page manipulation
  • Cookie and HTTP header support for authenticated pages
  • Geo-targeting with proxy support from multiple countries
  • Built-in ad blocker
  • Fast processing with real browser rendering

Rate Limits

Rate limits depend on your subscription plan. Check your dashboard for details.

Getting Started

  • Authentication
  • Base URL

Endpoints

  • Capture Screenshot

Reference

  • Parameters
  • Code Examples
  • Responses
Authentication
Screenshotty uses API keys for authentication from the dashboard.

Include your API key in the request headers:

X-Api-Key: YOUR_API_KEY

Security tip: Never expose your API key in client-side code. Always make API calls from your server.

Base URL
All API requests should be made to the following base URL.
https://api.screenshotty.link
Screenshotty Production Server
POST/api/v1/screenshot
Take a screenshot (POST)

Capture a screenshot of a URL or HTML content. This endpoint is recommended for complex requests, especially when using cookies, HTTP headers, or JavaScript/CSS injection.

Flexible parameter passing: All options can be passed either as query parameters (in the URL) or in the JSON request body — use whichever is more convenient for your use case. You can even mix both: parameters from the query string and body are merged, with body parameters taking precedence if the same option is specified in both places.

Request Parameters
All parameters for the screenshot endpoint. Click on a parameter to see more details.
url
string (uri)
html
string
format
stringdefault: "image/png"
response_type
stringdefault: "image"
viewport_width
integerdefault: 1920
viewport_height
integerdefault: 1080
crop_x
integer
crop_y
integer
crop_width
integer
crop_height
integer
selector
string
full_page
booleandefault: true
transparent_background
booleandefault: false
ready_event
stringdefault: "domcontentloaded"
wait_ms
integer
javascript_code
string
css_code
string
user_agent
string
cookies
array
http_headers
object
adblock
booleandefault: false
country
string
block_cookie_banner
booleandefault: false
light_mode
stringdefault: "default"
viewport_preset
string
device_scale_factor
integerdefault: 1
language
stringdefault: "en-US"
scroll_to_bottom
booleandefault: false
printed
booleandefault: false
webhook_url
string (uri)
webhook_method
stringdefault: "POST"
webhook_headers
object
Code Examples
Ready-to-use code snippets in multiple languages
curl -X POST "https://api.screenshotty.link/api/v1/screenshot" \
-H "Content-Type: application/json" \
-H "X-Api-Key: YOUR_API_KEY" \
-d '{
"url": "https://example.com"
}'
Response Codes
Possible responses from the API
200
400
401
403
429
500
ScreenshottyScreenshotty

Most cost-effective Screenshot API

Product

  • Features
  • Pricing
  • Documentation
  • Blog
  • Compare

Free Tools

  • Website Responsivity Check
  • Website Text Extractor
  • Website to PDF Converter
  • Website Markdown Converter

Legal

  • Privacy Policy
  • Terms of Service

© 2026 Screenshotty. All rights reserved.