Anatomy of a Request


http://api.url2png.com/v3/<API_KEY>/<TOKEN>/<BOUNDING-BOX>/<URL>

<API_KEY>

Your identifier
Signup to get one.

<TOKEN>

The security token is an md5 hash.

Only accounts in good standing can generate valid tokens.

md5("$secret+$url")

<BOUNDING_BOX>

Height x Width (pixels)

"300x300" Will return an image no taller than 300px and no wider than 300px.

We always maintain proportions when we scale.

Use ORIGNAL for actual size screenshots.

<URL>

Target Website

http:// is optional.

Encoding is recommended



Real World Example

http://api.url2png.com/v3/P4DEAF304741DB/58e6f45ad4242cd9d8a7ee9f8f5ed69d/200x200/nytimes.com/


Signup for an API Key

Example Code





We despise watermarks!


We never put watermarks on screenshots for valid accounts.

If you have a valid account and you are still seeing this, the <TOKEN> value in the request is likely munged up.

Make sure you are using your secret string to generate the token, it starts with an "S". Log into your dashboard and have a look at the debug screen.


Signup for a valid API Key