Import words from an Excel file.
Import words from an Excel file. The Excel file must follow this template NOTES:
- The old data will NOT be DELETED or OVERWRITTEN, except if there is:
- A word with EXACTLY the same definition (in either English or Vietnamese)
- ...
POST
/words/importxlsx
curl \
-X POST http://localhost:5000/words/importxlsx \
--cookie "fastapiusersauth=$API_KEY" \
-H "Content-Type: multipart/form-data" \
-F "file=@file"
Response examples (200)
{
"link": "https://meddict-vinuni.com/illustration/1.png"
}