From b68dd6d578447db354e998f52d63d79615097c11 Mon Sep 17 00:00:00 2001 From: Jan Friedli Date: Fri, 21 Aug 2020 09:19:27 +0200 Subject: [PATCH] updated readme and added new endpoint --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index a99c0a8..07aaadc 100644 --- a/README.md +++ b/README.md @@ -254,6 +254,19 @@ The `key` parameter is the key from a previously uploaded file. } ``` +**Endpoint:** `/api/remove_metadata` + +**HTTP Verbs:** POST + +**CURL Example:** +```bash + curl -F 'file=@/path/to/my/test.txt' http://localhost:5000/api/remove_metadata +``` +The `file` parameter is the file which will be cleaned. + +**Example Response:** +The cleaned file +