GrabzIt's REST API allows you to captures URL's or HTML entirely using RESTful techniques. Before you start please read the following caveats carefully depending on your use case one of our other API solutions maybe more suitable.
To get started just select what you want to do from the filter below and the available parameters will be displayed along with a basic example.
When making requests please ensure all parameter values are URL encoded.
https://api.grabz.it/services/convert.ashx?key=Sign in to view your Application Key&format=&url=https%3A%2F%2Fspacex.com%2F
When converting HTML all parameters must be posted in the request body as key-value pairs. Ensure all parameter values are URL encoded.
curl -d key=Sign in to view your Application Key -d format= -d html=%3Ch1%3EConvert%20Me%21%3C%2Fh1%3E https://api.grabz.it/services/convert.ashx
The following additional options are available with this type of capture, all of which are optional except for those marked as required. When testing the API functionality we recommend using Postman to simplify the process.