Publish a new drop
dropyour_publishPublish a self-contained HTML file to Dropyour. Returns a stable public URL (one origin per drop — same address across updates, browser data survives) and a managementToken. KEEP THE TOKEN: it is shown once and is required to replace, configure or delete the drop (with an account token, owned drops are manageable without it). Free, anonymous, no API key. Your tier: anonymous — max 5 MB, default expiration 30 days. Drops are private by default (link-only).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| html | Yes | The complete self-contained HTML content (inline CSS/JS, max 5 MB) | |
| name | No | A private name for this drop (only you see it, in Your drops). Default: the HTML <title>. | |
| tags | No | Private tags to organize/filter this drop in Your drops (only you see them). | |
| publishAt | No | Scheduled go-live (ISO datetime). Until then the drop returns 404 as if it did not exist. Must be future and before expiration. | |
| expiresInSeconds | No | Expiration in seconds — any value from 3600 (1h) up to your tier's max (2592000). Default: your tier's (30 days) |