(GET) health [/cdn/health] goto
- get cdn status

(GET) documentation [/cdn/docs] goto
- read these docs

(GET) file list [/cdn/list] goto
- View all files on cdn

(GET) file info [/cdn/info/:id] goto
- View info about a file

(GET) download file [/cdn/:uuid/:name] goto
- Download file from cdn

(POST) upload file [/cdn/upload/:name] body: {arrayBuffer} goto
- Upload file to cdn

(GET) takedown page [/cdn/takedown] goto
- takedown file page

(POST) takedown request [/cdn/takedown] body: {id: string, name: string, reason: string} goto
- takedown request for file