# Upload a file **POST /{client}** ## Servers ## Authentication methods - Api key ## Parameters #### Query parameters - **private** (boolean) Flag that determines the visibility of the file. ## Body parameters Content-type: - **file** (string(binary)) You can use any name you like and send as many files as you like at once. ## Responses ### 201: File successfully uploaded #### Body Parameters: (array[object]) - **name** (string) - **owner** (string) - **visibility** (string) - **path** (string) file path without domain - **mime** (string) - **size** (number) size of a file in bytes - **lastModified** (number) UNIX timestamp of the last time the file was modified ### 500: Unexpected error #### Body Parameters: (object) - **message** (string) - **code** (number) [Powered by Bump.sh](https://bump.sh)