Skip to content
Snippets Groups Projects
Verified Commit b68dd6d5 authored by jfriedli's avatar jfriedli
Browse files

updated readme and added new endpoint

parent 7a68860c
Branches
Tags v0.5.0
No related merge requests found
...@@ -254,6 +254,19 @@ The `key` parameter is the key from a previously uploaded file. ...@@ -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
</details> </details>
</p> </p>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment