# Image Upload This endpoint allows merchants to upload images to the Keeta platform. The returned image URL can be used during menu synchronization. Endpoint: POST /v1/merchant/image/upload Version: v.1.0.7 Security: OAuth2, Sig ## Query parameters: - `merchantId` (string, required) The ID of the Merchant for whom you want to complete or change registration info. ## Request fields (application/json): - `imageData` (string, required) The byte array of the image. - `imageName` (string, required) The name of the image. ## Response 200 fields (application/json): - `data` (string) image URL Example: "https://abrasel-nacional.github.io/docs/versions/rc/images/wertwr34ebh67thook.png" ## Response 400 fields (application/problem+json): - `title` (string, required) Short description of the problem. Example: "Unexpected error" - `status` (integer, required) HTTP code of the returned status. Example: 500 ## Response 401 fields (application/problem+json): - `title` (string, required) Short description of the problem. Example: "Unexpected error" - `status` (integer, required) HTTP code of the returned status. Example: 500 ## Response 403 fields (application/problem+json): - `title` (string, required) Short description of the problem. Example: "Unexpected error" - `status` (integer, required) HTTP code of the returned status. Example: 500 ## Response 404 fields (application/problem+json): - `title` (string, required) Short description of the problem. Example: "Unexpected error" - `status` (integer, required) HTTP code of the returned status. Example: 500 ## Response 422 fields (application/problem+json): - `title` (string, required) Short description of the problem. Example: "Unexpected error" - `status` (integer, required) HTTP code of the returned status. Example: 500 ## Response 503 fields (application/problem+json): - `title` (string, required) Short description of the problem. Example: "Unexpected error" - `status` (integer, required) HTTP code of the returned status. Example: 500