# Upload file 📥 **POST /upload/{container_uuid}** Use this endpoint to upload a file to secured Deck container. The container must exist in order to upload the file. Note that this endpoint does not provide any read access to prior file versions. ## Servers - https://api.ppe-analytics.com/api/v1: https://api.ppe-analytics.com/api/v1 () ## Authentication methods - Api key ## Parameters #### Path parameters - **container_uuid** () The uuid of the container as provided in Deck administration interface ## Body parameters Content-type: multipart/form-data - **file** (string(binary)) ## Responses ### 200: Valid upload #### Body Parameters: application/json (object) - **status** (string) - **message** (string) ### 404: Invalid upload #### Body Parameters: application/json (object) - **status** (string) - **message** (string) [Powered by Bump.sh](https://bump.sh)