> For the complete documentation index, see [llms.txt](https://1nodeio.gitbook.io/1node/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://1nodeio.gitbook.io/1node/1node-api/endpoints/upload-to-cdn.md).

# Upload to CDN

**CLI:** 1node upload-cdn --folder ./output --provider meson

**API:**

POST /v1/upload/cdn

**Body (multipart/form-data):**

· folder: ZIP or directory of artifacts

· provider: meson | aioz | filecoin

**Response (200):**

```
{ "cdnUrl":"https://cdn.meson.network/abc123/","manifest":"manifest.json" }
```
