Global Edge Infrastructure

Your files.
Everywhere.

High-performance object storage and global edge delivery API. Upload your assets once and serve them from the nearest edge location.

terminal — edgevault
$ curl https://api.edgevault.dev/v1/objects/app.js \
  -H "Authorization: Bearer ev_live_xxxxxxxxx"

HTTP/2 200 OK

{
  "status": 200,
  "cache": "HIT",
  "edge": "WAW-03",
  "latency": "12ms",
  "size": "84.2 KB"
}
42
Global Regions
128
Edge Nodes
99.99%
Network Uptime
18ms
Average Latency
API Playground

Test an edge request

Send a simulated request to the EdgeVault API and inspect the response returned by our edge network.

Request
Response
200 OK { "status": 200, "cache": "HIT", "edge": "WAW-03", "latency": "12ms", "size": "84.2 KB" }
Infrastructure

Built for the edge

Edge Delivery

Assets are delivered from a location close to your users, reducing latency and improving load times.

Object Storage

Store images, JavaScript, video and application assets through a simple REST API.

Instant Cache

Automatic edge caching with cache purge support and real-time cache status.

Global Network

One API. Global infrastructure.

Requests automatically route to the nearest available edge node.

REST API

Simple API surface

GET /v1/objects/:key Retrieve an object
PUT /v1/objects/:key Upload an object
DELETE /v1/objects/:key Delete an object
GET /v1/buckets List storage buckets
POST /v1/cache/purge Purge edge cache
GET /v1/usage Get account usage