Import an existing app
dropyour_importBring an EXISTING app to Dropyour in one call: zip its files (you have them — from GitHub, disk, another host) and pass the archive. A single-HTML archive publishes like dropyour_publish, any tier, no account. A multi-file archive walks the whole ladder for you — publish the entry HTML, graduate to tier 4, upload every file — and requires a Pro account token, like graduation itself. If a step is refused midway, the response says exactly what was created and what to do next; nothing is hidden. The entry file is index.html at the archive root (or the single/shallowest .html).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | A private name for this drop (only you see it). Default: the HTML <title>. | |
| zipBase64 | Yes | The app's files as a .zip archive, base64-encoded. index.html at the root is the entry. | |
| expiresInSeconds | No | Expiration in seconds (1h..2592000); default: your tier's default |