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

MethodEndpointDescription
GET/api/v1Version index and resource map.
GET/api/v1/regionsPoints of presence and their current state.
GET/api/v1/cacheCache configuration and current hit ratio.
GET/api/v1/assetsRecently requested assets and their cache status.
GET/api/v1/limitsRequest 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"
    },
    {
  ...