Upload & Share Text with Kaizbin

Simple API Web for storing, sharing, and expiring text snippets. No account needed. Modern, secure, minimal UI.

Upload Now View API Docs

Upload Text

Fast & Minimal

Simple API with no frills, blazing fast uploads, and instant sharing.

Private by Default

No accounts, no tracking, no ads. Only you know your paste’s URL.

Easy Integration

Integrate with bots, scripts, or your own tools. Just send a GET request.

Expire Texts

Choose how long your text stays online — from 1 hour up to 7 days or no expiry.

API Documentation

POST /kaizbin (GET method for simplicity)

GET /kaizbin?text=Hello%20world!&exp=1d
        

Retrieve Text

GET /abcdefg123
        

Delete All

GET /delete?alldb=SECRET_KEY
        

Response Example

{
  "success": true,
  "url": "https://yourdomain.com/xxxxxxx",
  "expiresIn": "1d"
}
        

Frequently Asked Questions

Is this really private?

Yes! Your text content is only accessible via the unique URL. No user tracking, ads, or analytics.

Is the API free?

Yes the API endpoint is 100% completely free no limit.

Can I delete my text earlier?

Currently, only admins can mass-delete all texts. Individual delete by ID is coming soon!

What is the max size of text?

Each paste can be up to 10,000 characters. If you need more, you can contact us.