Upload files that are automatically deleted after download.
Source available on GitHub.
Upload (authenticate with API key from Keys > Stash):
curl -F "file=@./design.png" https://stash.bleech.de/upload \
-H "Authorization: Bearer YOUR_SECRET_KEY" \
-H "Accept: application/json"
Response (on success):
{
"id": "ZzjK8xP7Z7gDXd8aUXGJ5A",
"url": "https://stash.bleech.de/download/ZzjK8xP7Z7gDXd8aUXGJ5A",
"expires_at": "2025-10-08T11:12:00Z",
"filename": "design.png",
"size": 1827443
}
Embed (link burns after first GET):
<img src="https://stash.bleech.de/download/ZzjK8xP7Z7gDXd8aUXGJ5A/">
HTTP RequestPOSThttps://stash.bleech.de/uploadGeneric Credential TypeBearer AuthYOUR_SECRET_KEY from Keys > StashONForm-Datan8n Binary Filefiledata (or whatever your previous node uses)