CDN Platform
Edge caching and asset delivery across regional points of presence. Operated by Lattice Core Software SAS from Prague.
Authentication
Requests are authenticated with a project key supplied in the Authorization header. Keys are issued from the account dashboard and are scoped per environment.
Endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET | /api/v1 | Version index and resource map. |
| GET | /api/v1/regions | Points of presence and their current state. |
| GET | /api/v1/cache | Cache configuration and current hit ratio. |
| GET | /api/v1/assets | Recently requested assets and their cache status. |
| GET | /api/v1/limits | Request ceilings enforced at the edge. |
$ curl https://media.kirsovo.win/api/v1/assets
{
"object": "list",
"data": [
{
"id": "ast_jn8s5kjl42s1iu",
"created_at": "2024-11-21T17:17:40Z",
"path": "/build/static/len1ai6m",
"bytes": 1399032,
"cache_status": "HIT"
},
{
...