# Upload an image **POST /image/upload** ## Servers - https://call.xap3y.space/v1: https://call.xap3y.space/v1 () ## Authentication methods - Api key auth ## Parameters ### Body: multipart/form-data (object) - **file** (string(binary)) - **uniqueId** (string) - **private** (boolean) - **password** (string) - **desc** (string) - **source** (string) ## Responses ### 200 Uploaded image resource response #### Body: application/json (object) - **error** (boolean) - **timestamp** (string(date-time)) - **uniqueId** (string | null) - **message** (object) ### 400 Bad request #### Body: application/json (object) - **error** (boolean) - **timestamp** (string(date-time)) - **uniqueId** (string | null) ### 401 Unauthorized or invalid API key/cookie #### Body: application/json (object) - **error** (boolean) - **timestamp** (string(date-time)) - **uniqueId** (string | null) ### 500 Internal server error #### Body: application/json (object) - **error** (boolean) - **timestamp** (string(date-time)) - **uniqueId** (string | null) [Powered by Bump.sh](https://bump.sh)