# Upload a new illustration for a specific word, associated its id. **POST /words/illustration/{id}** Upload a new illustration for a specific word, associated with its id. The illustration can be provided as a link to an image, or based on file upload. ## Servers - Local development API: http://localhost:5000 (Local development API) - Production API: https://api.meddict-vinuni.com (Production API) ## Authentication methods - Api key cookie ## Parameters ### Body: multipart/form-data (object) The id of the word to upload the illustration to, and the ilustration itself. **NOTES**: The old illustration will be **overwritten** with the new one. - **id** (integer) - **image** (string(binary)) ## Responses ### 200 OK, together with the link to the illustration. #### Body: application/json (object) - **link** (string) [Powered by Bump.sh](https://bump.sh)