Playground/Object Storage

Object StorageUpload blobs, get a public URL

object-storage
PUT a file, get back a permanent CDN URL. R2-backed, free egress.

Upload a file

Ready
Drop a file here or browse
Up to 5 MB · any type

The actual call

PUT/edge/object-storage/demo/<filename>
{
  "<binary file bytes>": "Content-Type from your file"
}
Response is { ok, path, url }. Use the URL anywhere — it's a permanent CDN link with no key needed.