webtozip offers a Rest API to download websites.
Run exports and download the zip file later within your own application or setup.
On the following pages, we will cover everything necessary to get up and running with the API.
Steps involved in getting up and running:
- Authentification
- Handling Jobs (Add/Delete/Get a job)
- Add Options (Add configuration to a job)
- Get Downloads (Get the download link)
Recommended Tools:
For testing purposes, we recommend using a tool like Postman or RapidAPI (formerly known as Paw).
We do provide examples for plain JavaScript and cURL.