Webshot
Developer API for RagVim Webshot
You can capture screenshot of any website or page URL using this api. You just need to create API key(s) for your application(s) and request our REST API on following URL that returns response in JSON format.

https://ragvim.com/webshot/api?key=YOUR_APPLICATION_API_KEY&url=YOUR_WEBSITE_OR_PAGE_URL

If you want to crop your screenshot to specific size, you need to provide width and height parameters. Additionally, you can provide x and y parameters too, to specify the crop position.

https://ragvim.com/webshot/api?key=YOUR_APPLICATION_API_KEY&url=YOUR_WEBSITE_OR_PAGE_URL&width=WIDTH_TO_BE_CROPPED&height=HEIGHT_TO_BE_CROPPED&x=X_POSITION_TO_CROP_FROM&y=Y_POSITION_TO_CROP_FROM

Login to Generate API Key