webklip
Klipwall Features About API Security
Log in Sign upfree
Overview REST API Webhooks

Developer documentation

Automate Webklip with the REST API and webhooks.

Webklip exposes a JSON REST API for creating, reading, updating, and deleting clips. Use it from scripts, CI pipelines, or any HTTP client.

Quick start

Create a clip and read it back:

curl -s -X POST https://webklip.com/api/v1/clips/my-clip \
  -H "Content-Type: application/json" \
  -d '{"content":"hello from the API","burnOnRead":false,"ttl":3600}'

curl -s https://webklip.com/api/v1/clips/my-clip

Guides

  • REST API — endpoints, request bodies, E2E fields, legacy PIN headers, and rate limits
  • Webhooks — get notified when clips are read, burned, or expired

Authentication

Anonymous clips work without credentials — the slug URL is the access secret. Clip CRUD does not require sign-in or an API key.

Limits

  • Clip slugs: 3–64 characters, letters, numbers, _, and -
  • Content size: up to 1,000,000 characters per clip (stored blob, including multi-tab workspace JSON)
  • Rate limits: per-IP caps on API requests and clip creation (see X-RateLimit-Remaining response header)

Ephemeral by design. No ads. No tracking. Expires in 15 min by default. Data deleted on expiry.

About Privacy Terms Security Contact
Resources Klipwall API & docs Online Clipboard with Live Sync Secure & Private Sharing For Developers Pastebin vs Webklip PrivateBin Alternative One-Time Secret Alternative

© 2026 Webklip. A LogiMaxx Systems product. contact@logimaxx.ro