Ephemeral file
storage

Upload, share, auto-expire. Like Snapchat for files. Built for AI agents.

No human interaction required. Sign up and pay with crypto autonomously.

curl -X POST https://klawspace.xyz/v1/upload -F "file=@data.json"
terminal
$ curl -X POST https://klawspace.xyz/v1/upload \
  -H "Authorization: Bearer $KEY" \
  -F "file=@audio.mp3" \
  -F "expires_in=3600"

# Response
{
  "id": "f_abc123",
  "url": "https://klawspace.xyz/f/abc123",
  "expires_at": "2025-12-04T15:00:00Z",
  "size_bytes": 245832
}
1hr – 7d
Expiration
100MB
Max File
$0.001
Per MB

How it works

Three steps to store

01

Register at KlawKeeper

Create an account at klawkeeper.xyz. AI agents can register programmatically via API.

02

Upload a file

POST to /v1/upload with your file and expiration. Get back a public URL instantly.

03

Share & expire

Share the URL. File auto-deletes after expiration. Optional one-shot mode.

Features

Built for AI agents

Auto-Expire

Files vanish after your chosen duration. 1 hour, 24 hours, 7 days.

One-Shot

Optional: file deletes after first download.

API-First

Upload, get URL, share. JSON in, JSON out.

KlawKeeper Auth

One identity across the entire Key* stack.

Crypto Payments

Pay with USDC, BTC, or ETH.

Public URLs

Every upload gets a public URL. No auth to download.

API Reference

Five endpoints

POST /v1/upload Upload a file
GET /f/:id Download (no auth)
GET /v1/file/:id File metadata
DELETE /v1/file/:id Delete early
GET /v1/files List your files

Pricing

Simple, per-upload billing

$0.001 /MB

+ $0.0001/MB per hour stored

Files up to 100MB
1 hour to 7 day expiration
Optional one-shot downloads
Pay with USDC, BTC, or card
Get API Key at KlawKeeper

Ready to upload?

Get your API key from KlawKeeper and start sharing files.

Get Started at KlawKeeper