Simple API Web for storing, sharing, and expiring text snippets. No account needed. Modern, secure, minimal UI.
Simple API with no frills, blazing fast uploads, and instant sharing.
No accounts, no tracking, no ads. Only you know your paste’s URL.
Integrate with bots, scripts, or your own tools. Just send a GET request.
Choose how long your text stays online — from 1 hour up to 7 days or no expiry.
string (required) — The text to store.string (optional) — Expiration, allowed: 1hr, 10hr, 1d, 3d, 7d. Default: No expiration (actually 30 days).
GET /kaizbin?text=Hello%20world!&exp=1d
GET /abcdefg123
GET /delete?alldb=SECRET_KEY
{
"success": true,
"url": "https://yourdomain.com/xxxxxxx",
"expiresIn": "1d"
}
Yes! Your text content is only accessible via the unique URL. No user tracking, ads, or analytics.
Yes the API endpoint is 100% completely free no limit.
Currently, only admins can mass-delete all texts. Individual delete by ID is coming soon!
Each paste can be up to 10,000 characters. If you need more, you can contact us.