diff options
| author | jfriedli | 2019-08-12 07:28:08 -0700 |
|---|---|---|
| committer | jvoisin | 2019-08-12 07:28:08 -0700 |
| commit | 08ce6aed7662ecf5586d6782ef6449c2ec564ed9 (patch) | |
| tree | ffbe36b7531ecb809fd38937013c005d37fb83ef /README.md | |
| parent | 28253053ffbde483a591a88a18ee21c649a0ba2d (diff) | |
adding mime type to api response
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -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, |
