# CDN

{% hint style="warning" %}
L'accès au serveurs CDN est actuellement restreint au utilisateur bêta. [En savoir plus](https://discord.gg/RTX2AGKDXZ)
{% endhint %}

Dans cette section, vous trouverez des informations sur les fonctionnalités du CDN de Dimdam's.

## [Upload](/api-v1/cdn/upload.md)

La route `/v1/upload` permet d'uploader des fichiers (voir types de fichiers acceptés ci-dessous) sur les serveurs CDN de Dimdam's optimisé et accéléré grâce au services de [Cloudflare](https://www.cloudflare.com/).

***

Liste des types de fichiers acceptés :

```
- jpg
- jpeg
- png
- apng
- gif
- webp
- svg
- ico
- tiff
- bmp
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.dimdams.com/api-v1/cdn.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
