基于FusionCDN智能调度平台,支持多站点缓存清理、API Key 管理、清理记录追踪
# POST 方式 — Header 传 Key,Body 传 URL curl -X POST https://cache.jsdmirror.com/api/v1/purge \ -H "Content-Type: application/json" \ -H "X-API-Key: YOUR_KEY" \ -d '{"url":"https://cdn.jsdmirror.com/npm/3"}'
# GET 方式 — 直接拼接 Key、URL 和 Method 参数 curl "https://cache.jsdmirror.com/api/v1/purge?key=YOUR_KEY&url=https://cdn.jsdmirror.com/npm/3&method=invalidate"
URL / 目录 / 全站三种模式,调用 EdgeOne API 即时生效
创建 API Key 接入自动化,一套接口完成缓存管理
每笔清理记录可查,按站点、Key、时间多维度追溯