# Upload an image to be used in an image voting entry **POST /Api/ImageVotingEntryImages** Requires verified email; Requires one of the following permissions: ImageVotings.UploadActiveImageVotingEntryImage, ImageVotings.UploadImageVotingEntryImage ## Servers - https://app.lovassy.hu: https://app.lovassy.hu () - http://127.0.0.1:5279: http://127.0.0.1:5279 () ## Authentication methods - Token ## Parameters ### Body: multipart/form-data (object) - **ImageVotingId** (integer(int32)) - **File** (string(binary)) ## Responses ### 404 Not Found #### Body: application/json (object) - **type** (string | null) - **title** (string | null) - **status** (integer(int32) | null) - **detail** (string | null) - **instance** (string | null) - **Additional properties:** () ### 200 Success #### Body: application/json (object) - **id** (integer(int32)) - **filename** (string | null) - **originalFilename** (string | null) - **mimeType** (string | null) - **path** (string | null) - **userId** (string(uuid)) - **url** (string | null) - **Additional properties are NOT allowed** () ### 401 Unauthorized ### 403 Forbidden [Powered by Bump.sh](https://bump.sh)