Submit a URL โ the API archives the site โ polls until ready โ streams the ZIP back directly.
The filename is automatically set to <hostname>-Ahm7xMakki.zip.
Endpoint
POST/api/zip
Archives a website and returns the ZIP file as a binary stream. Takes 10โ75 seconds depending on site size.
urlstringrequiredโ Full URL of the website to archive
POST /api/zip
Content-Type: application/json
{ "url": "https://example.com" }
โ 200 Content-Type: application/zip
Content-Disposition: attachment; filename="example-com-Ahm7xMakki.zip"
(raw ZIP binary)