```
Production
CDN API v1

File Delivery

Получение файлов через CDN API. Используйте endpoint ниже для доставки файлов, управления вариантами контента и контроля параметров загрузки.

Get file
Retrieve a file from the CDN
GET
Endpoint
https://cdn.example.com/v1/files/{file_id}
file_id
string
REQUIRED
download
boolean
OPTIONAL
variant
string
OPTIONAL
CDN Status
Global edge network
EDGE STATUS
ONLINE
CACHE
HIT
LATENCY
24ms
POP
FRA
Protocol HTTPS
Cache-Control public
Compression gzip / br
TLS 1.3
Response
API response
// No requests have been made yet
Execute a request to view the response.
Example
Example API request
GET /v1/files/{file_id}?variant=original
```

Host: cdn.example.com Accept: application/octet-stream X-API-Version: 2026-01-01
```
```