OPASTE V1.1.0

01 | Overview

OPaste is an ultra-minimalistic, zero-tracker paste tool specifically engineered for high-performance terminal pipelines, custom shell scripts, and autonomous AI agents.

Storage Policy: Auto-expires in 30 days

02 | Terminal Upload

Piping text or pushing files directly into the service is fully supported via standard HTTP protocols:

Direct Raw Input (Piped)
curl --data-binary "Your text content here" https://paste.ozgurguler.tech/
Pipe / Echo directly
echo "quick snippet" | curl --data-binary @- https://paste.ozgurguler.tech/
Upload Local File
curl --data-binary @file.py -H "X-Paste-Title: CustomTitle" https://paste.ozgurguler.tech/