Share a secret once. After it is read via the API, the clip deletes itself permanently.
Some information should only be seen once — a password, an API token, a recovery code. Burn after read links delete the clip automatically after a single API read. The recipient gets the content, and it is gone.
Combine burn-on-read with PIN protection for an extra layer: even if someone guesses the URL, they still need the PIN. Set a short TTL as a backup so the clip expires even if nobody reads it.
Webhooks fire a notification when a clip is burned, so your system knows the secret was consumed. Build one-time secret sharing into your workflow without building infrastructure from scratch.
Create a free clip in one click. No sign-up required.