Purely
Stateless.

A decentralized text storage protocol that exists only in your URL. No databases. No logs. No gatekeepers.

Nodes: Active
Core Principles

Data sovereignty is no longer optional. It's built in.

Zero Knowledge

Encrypted client-side. The server never sees the raw data.

Infinite Life

Stateless persistence via URI fragments.

The Logic

We utilize high-density compression to map data directly into addressable web strings.

Developer API.

The 0xPaste SDK allows any application to push and pull data with a single line of code.

Prefer raw HTTP? Use the universal REST gateway for language-agnostic integration.

Python
REST Gateway
POST api.0xpaste.io/push
{"body": "raw text data"}
GET api.0xpaste.io/pull?c=[id]