publish_site
Publish a multi-file HTML site from a base64-encoded ZIP file. The ZIP must contain an index.html at its root. For sites larger than ~10MB — or whenever you have the file on disk — prefer the REST API /v1/artifacts/upload endpoint to avoid base64 overhead and to guarantee byte-faithful upload.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | Site title (default: Untitled) | |
| visibility | No | Visibility (default: unlisted) | |
| zip_base64 | Yes | Base64-encoded ZIP file containing the site files |