π Dymo CDN
Discover how Dymo CDN enhances content delivery.
Overview
Dymo CDN (Basic)
Dymo CDN streamlines the distribution of static files through our global network, enhancing the efficiency and smoothness of content delivery for users.
Basic Usage
To access resources, specify the path and resource ID following these guidelines:
Dymo CDN Endpoint Element ID Operations
βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
https://cdn.tpeoficial.com/some-random-path/element-id?height=720&width=1080&format=jpg
For security and resource optimization purposes, some CDN assets are only available through authentication. Additionally, in certain cases, they can only be accessed internally or from proprietary services.
Parameters
All parameters will be received as a string.
Query
To fetch content from our CDN you must specify the endpoint (previously known) along with its element ID.
Operations
| Parameter | Default | Type | Required | Description |
|---|---|---|---|---|
size | original | String (Integer) | β | Image size |
quality | original | quality | β | Image quality |
width | null | String (Integer) | β | Image Width (Not compatible if size is used) |
height | null | String (Integer) | β | Image Height (Not compatible if size is used) |
format | webp | File format | β | Image format |
reload | null | Random value | β | Random value to avoid cache (not recommended) |
Types
Quality
| Parameter | Type |
|---|---|
quality | "original" | "auto" | Integer (1 - 100) |