summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Friedli2020-08-21 09:19:27 +0200
committerJan Friedli2020-08-21 09:19:27 +0200
commitb68dd6d578447db354e998f52d63d79615097c11 (patch)
treee40a8cb9001bfe6a15c5257bb5dc03ffd84e119f
parent7a68860ce89f6bb681879ad52095798398ac61b8 (diff)
updated readme and added new endpointv0.5.0
-rw-r--r--README.md13
1 files changed, 13 insertions, 0 deletions
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.
254} 254}
255``` 255```
256 256
257**Endpoint:** `/api/remove_metadata`
258
259**HTTP Verbs:** POST
260
261**CURL Example:**
262```bash
263 curl -F 'file=@/path/to/my/test.txt' http://localhost:5000/api/remove_metadata
264```
265The `file` parameter is the file which will be cleaned.
266
267**Example Response:**
268The cleaned file
269
257</details> 270</details>
258</p> 271</p>
259 272