&update API Call

You can use our API to update a thumbnail anytime you wish simply by using the &update API call in the code sniplet. Here's an example:

<img src="http://thumbnailspro.com/thumb.php?url=yahoo.com&s=400&cut=120&update" border="0" alt="website thumbnails">

In the above url, you can see 3 api calls, one for generating a thumbnail of 400 px in size (&s=400), one for cutting the image at 120 px in height (&cut=120) and lastly, the one relavent to us, the &update API call at the end means that a new thumbnail will be generated. You can remove the &update from the url to prevent a new thumbnail being generated everytime.