A REST API is coming
Upload files, list pages, set passwords, and extend expirations — all from a script or CI pipeline. We’ll notify Pro and Team accounts first.
Read the API docs
# preview of what's coming
curl -X POST https://api.htmlsitehost.com/v1/pages \
-H "Authorization: Bearer $TOKEN" \
-F file=@index.html
curl -X POST https://api.htmlsitehost.com/v1/pages \
-H "Authorization: Bearer $TOKEN" \
-F file=@index.html