ScreenshotsAPI Docs

Getting Started

Your first document

Getting Started

You can use the API to generate invoices in PDF format for any given URL or HTML. Or make hundreds of screenshots of your site with different options to check that the site looks as expected.

Whatever use case you have, I get you covered. If there is a feature missing, please, contact me, and I will try to help you as fast as possible.

First Touch

ScreenshotOne API is straightforward to use. Here’s an example of an actual request to the API:

GET https://api.screenshotone.com/take?url=https://apple.com&access_key=<access key>

The result is:

Image will come here

Sign up to get the access key and start taking screenshots.

##Requests
ScreenshotOne API supports both GET and POST HTTP requests.

All requests are sent over HTTPS. HTTPS is a non-negotiable requirement to protect your privacy.

To take a screenshot of the site with a GET HTTP request, send a request to:


https://api.screenshotone.com/take?[options]

On this page