# Create Product **POST /products/create** ## Servers - Local development server: http://localhost:5000/api (Local development server) - Production server: https://artculthub-1287c0654e00.herokuapp.com/api (Production server) ## Authentication methods - Bearer auth ## Parameters ### Body: multipart/form-data (object) - **name** (string) - **description** (string) - **price** (number) - **category** (string) - **imageUrl** (string(binary)) ## Responses ### 201 Product created successfully [Powered by Bump.sh](https://bump.sh)