ScreenshottyScreenshotty
FeaturesDocumentationPricingBlog
ScreenshottyScreenshotty

Most cost-effective Screenshot API

Product

  • Features
  • Pricing
  • Documentation
  • Blog
  • Compare
  • Alternatives

Free Tools

  • Website Screenshot Tool
  • Website Responsivity Check
  • Website Text Extractor
  • Website to PDF Converter
  • Website Markdown Converter
  • All Free Tools

Developers

  • Python Screenshot API
  • Node.js Screenshot API
  • PHP Screenshot API
  • Full Page Screenshots
  • URL to PDF API
  • API Parameters
  • MCP Server

Legal

  • Privacy Policy
  • Terms of Service

© 2026 Screenshotty. All rights reserved.

ScreenshottyScreenshotty
FeaturesDocumentationPricingBlog
All Parameters

response_type

stringBasic

Default: image

How the screenshot should be returned:

  • image (default): Returns the raw image binary data with appropriate Content-Type header
  • file: Same as image, returns raw binary data
  • json: Returns a JSON object with the image URL, image dimensions, and the raw HTML content of the page
  • url: Same as json, returns {"url": "...", "width": 1280, "height": 800, "mime": "image/png", "html": "..."}
  • redirect: Performs an HTTP redirect to the image URL
Accepted values
imagejsonurlredirectfile

Example

curl "https://api.screenshotty.link/api/v1/screenshot?url=https://example.com&response_type=image" \
-H "X-Api-Key: YOUR_API_KEY" \
--output screenshot.png

Related parameters

Try response_type live in the API playground, or start free with 100 screenshots per month.

ScreenshottyScreenshotty

Most cost-effective Screenshot API

Product

  • Features
  • Pricing
  • Documentation
  • Blog
  • Compare
  • Alternatives

Free Tools

  • Website Screenshot Tool
  • Website Responsivity Check
  • Website Text Extractor
  • Website to PDF Converter
  • Website Markdown Converter
  • All Free Tools

Developers

  • Python Screenshot API
  • Node.js Screenshot API
  • PHP Screenshot API
  • Full Page Screenshots
  • URL to PDF API
  • API Parameters
  • MCP Server

Legal

  • Privacy Policy
  • Terms of Service

© 2026 Screenshotty. All rights reserved.