# Product Picture ## Image Upload - [POST /base/image/upload](https://api-docs.mykeeta.com/apis/standard/menu/product-picture/uploadimage.md): This endpoint allows merchants to upload images to the Keeta platform. The returned image URL can be used during menu synchronization. App-level throttling: - Different store locations may safely reuse the same image URL, and developers should avoid redundant uploads of identical images to prevent triggering rate limits. - Keeta exclusively accepts JPG and PNG file formats for image submissions. - Merchants should maintain consistent image dimensions across their catalog since significant variations in picture sizes may degrade display quality in consumer-facing applications, potentially hindering customers' ability to examine product details visually. - While the system enforces a hard , we strongly recommend keeping individual images to ensure optimal performance; uploads exceeding 5MB will automatically fail. - Although a 4:3 aspect ratio is recommended for ideal rendering, non-compliant images will be automatically cropped by the system, which may result in unintended scaling or distortion. - Minimum dimension requirements mandate images be at least wide and tall to maintain baseline quality standards. - Calls must utilize the multipart/form-data content type for parameter transmission. - Developers must exclude the imgData field from any signature calculation processes during authentication.