Screenshot
Screenshot generator for websites.
The Screenshot Service provides a screenshot method that allows you to capture screenshots or thumbnails of any website. You can choose to render the webpage using either a desktop or mobile browser simulation. Additionally, the captured image can be resized to specified dimensions and output in either JPEG or PNG formats, offering flexible options for your screenshot needs.
Available methods
Path | Description |
---|---|
/api/v1/{token}/screenshot/create | Captures a screenshot or thumbnail image of a specified website URL. |
Example
This is the example web service.
This example web service is provided for testing and learning purposes. The available methods perform simple, non-critical operations and are freely accessible for integration testing. Use this service to validate your API client or integration without affecting any live data.
Available methods
Path | Description |
---|---|
/api/v1/{token}/example/add | A POST endpoint that accepts two integers and returns their sum. |
/api/v1/{token}/example/nop | A sample GET endpoint that performs no action and returns an empty response. |
/api/v1/{token}/example/ping | A POST endpoint that echoes back the provided value in the response. |