summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorjfriedli2019-08-12 07:28:08 -0700
committerjvoisin2019-08-12 07:28:08 -0700
commit08ce6aed7662ecf5586d6782ef6449c2ec564ed9 (patch)
treeffbe36b7531ecb809fd38937013c005d37fb83ef /README.md
parent28253053ffbde483a591a88a18ee21c649a0ba2d (diff)
adding mime type to api response
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 53c901d..fd723c8 100644
--- a/README.md
+++ b/README.md
@@ -102,6 +102,7 @@ The `file` parameter is the base64 encoded file which will be cleaned.
102```json 102```json
103{ 103{
104 "output_filename": "fancy.cleaned.jpg", 104 "output_filename": "fancy.cleaned.jpg",
105 "mime": "image/jpg",
105 "key": "81a541f9ebc0233d419d25ed39908b16f82be26a783f32d56c381559e84e6161", 106 "key": "81a541f9ebc0233d419d25ed39908b16f82be26a783f32d56c381559e84e6161",
106 "meta": { 107 "meta": {
107 "BitDepth": 8, 108 "BitDepth": 8,