# CDN (Coming Soon!) Tenovos Content Delivery Network (CDN) - Coming Soon! Tenovos CDN: Pull Zone Overview Tenovos CDN provides global content acceleration and optimization through a pull zone architecture, ensuring that your assets are delivered to end users with maximum speed, reliability, and efficiency. A Content Delivery Network (CDN) works by caching static content—such as images, videos, and other media—on servers distributed across the globe. When an asset is requested, the CDN serves it from the nearest edge location, reducing load times and offloading traffic from the origin server, which in this case is Tenovos DAM. A pull zone is the core mechanism that powers this system. It automatically fetches content from the origin the first time it is requested, then caches it at the edge. Subsequent requests are served directly from the CDN cache, improving response times and reducing bandwidth consumption. Through the Tenovos CDN API, you can create, update, and manage pull zones programmatically. Pull zones support advanced features such as global edge caching, cache purging, bandwidth controls, and real-time performance statistics like cache hit rate and geographic request distribution. Optional optimization settings allow you to enhance performance further by enabling image compression, WebP and AVIF support, and content minification. With just a few API calls, you can fully integrate high-performance content delivery into your Tenovos workflows—no complex infrastructure required. ## Get Pull Zone - [GET /cdn/pullzone/{pullZoneId}](https://api.tenovos.com/openapi/v1.5/cdn-(coming-soon!)/getpullzone.md): COMING SOON! This endpoint returns all available about a customer configured CDN Pull Zone, including monthly bandwidth usage. ## Create Pull Zone - [POST /cdn/pullzone](https://api.tenovos.com/openapi/v1.5/cdn-(coming-soon!)/createpullzone.md): Configure Tenovos CDN Pull Zone. CDN Pull Zones should be based in a region closest to where your content needs to be served to ensure the lowest latency possible. Consider geo-replication for serving content to global users. ## Update Pull Zone - [PATCH /cdn/pullzone](https://api.tenovos.com/openapi/v1.5/cdn-(coming-soon!)/editpullzone.md): Update your Tenovos CDN Pull Zone Configuration. CDN Zones should be based on a region closest to where your content needs to be delivered to ensure the lowest latency possible. Consider geo-replication for global delivery. ## Pull Zone Statistics - [GET /cdn/pullzone/stats/{pullZoneId}](https://api.tenovos.com/openapi/v1.5/cdn-(coming-soon!)/pullzonestats.md): Use this endpoint to retrieve usage statistic for a specified Pull Zone.