your paste link
This paste will be deleted automatically after it's opened once.
This paste has already been deleted because burn-after-read was enabled β save it now if you still need it.
your paste link
This paste will be deleted automatically after it's opened once.
This paste has already been deleted because burn-after-read was enabled β save it now if you still need it.
for developers
You can create and read pastes directly via HTTP, no browser needed.
Send a POST request with a JSON body. language, expiresIn, password, burnAfterRead, and customId are all optional.
curl -X POST \
'https://api-paste.hafitz.eu.org/api/paste' \
--header 'Content-Type: application/json' \
--data-raw '{
"content": "Hi Mom",
"language": "plaintext",
"expiresIn": "1h",
"password": null,
"burnAfterRead": false,
"customId": null
}'
Returns JSON with the content and metadata. Add ?password=xxx if it's protected.
curl -X GET \
'https://api-paste.hafitz.eu.org/api/paste/{id}'
Plain text, no JSON wrapper β handy for piping into other commands.
curl -X GET \
'https://paste.hafitz.eu.org/raw/{id}'
This tool doesn't collect personal data β your local history is only stored in this browser, never sent anywhere.