mirror of
https://0xacab.org/jvoisin/mat2-web.git
synced 2025-06-25 06:40:27 -04:00
updated readme and added new endpoint
This commit is contained in:
parent
7a68860ce8
commit
b68dd6d578
1 changed files with 13 additions and 0 deletions
13
README.md
13
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
|
||||
|
||||
</details>
|
||||
</p>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue