# Create a new word in the database. **POST /words** Create a new word in the database manually. ## 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: application/json (object) The word to be created, based on the following example - **en** (string) - **en_type** (string) - **vn** (string) - **vn_type** (string) ## Responses ### 201 Created #### Body: application/json (object) - **id** (integer) ### 400 The request is not following the convention. ### 403 The user is not authorized to create a new word (aka. not admin). ### 500 The word is already in the database. [Powered by Bump.sh](https://bump.sh)