QuickStatic
# QuickStatic API Document
Deploy static sites: upload zip → get public URL.
API:
- Base URL: https://667661.xyz
- POST /v1/sites/{site_key} (multipart: file, optional slug)
- GET/DELETE /v1/sites/{site_key}
Constraints:
- site_key: [A-Za-z0-9_-]{22}
- zip file size < 30 MiB
Notes:
- Reuse the same site_key to update.
- Response: site_key, slug, url, status, expires_at, version.