diff options
| -rw-r--r-- | README.md | 13 |
1 files changed, 13 insertions, 0 deletions
| @@ -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 | ``` | ||
| 265 | The `file` parameter is the file which will be cleaned. | ||
| 266 | |||
| 267 | **Example Response:** | ||
| 268 | The cleaned file | ||
| 269 | |||
| 257 | </details> | 270 | </details> |
| 258 | </p> | 271 | </p> |
| 259 | 272 | ||
