# 2. Upload a File Uploads a file and adds it to the specified product. To upload a file you need to retrieve the slot ID using the /uploadmanager.newuploadslot (Create an Upload Slot) endpoint. >Information > >To upload a file you need to perform the following actions: >1. Create an Upload Slot >2. Upload a File >3. Delete an Upload Slot Endpoint: POST /productimages.upload/{slot_id}/{sku} Security: basic, X-PriceFx-jwt ## Path parameters: - `slot_id` (string, required) Enter the ID of the slot you want to use for the upload. Example: "2665" - `sku` (string, required) Enter the sku of the product you want to add the product image to. ## Request fields (multipart/form-data): - `file` (string) A base64 encoded file data. ## Response 200 fields