A simple REST API for an ephemeral web clipboard — create a clip, read it later, or burn it after one retrieval.
When scripts, CI jobs, or internal tools need to pass a short-lived string, a chat app is the wrong transport. Webklip exposes a JSON HTTP API under /api/v1: create a clip by slug, set a TTL or burn-after-read, read content once, and optionally receive webhooks when a clip is read, burned, or expired.
Anonymous clips need no account. Pair the API with the web UI when humans also need to open the same link — including live sync in the browser — or keep the flow fully automated. Passphrase E2E clips store ciphertext only; decrypt on the client with the passphrase the API never receives.
Paste above, or create an empty clip to start sharing.