updated readme and added new endpoint

This commit is contained in:
Jan Friedli 2020-08-21 09:19:27 +02:00
parent 7a68860ce8
commit b68dd6d578
No known key found for this signature in database
GPG key ID: F945FA2FCA30549D

View 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>