diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
| @@ -110,6 +110,7 @@ The `file` parameter is the base64 encoded file which will be cleaned. | |||
| 110 | **Example Response:** | 110 | **Example Response:** |
| 111 | ```json | 111 | ```json |
| 112 | { | 112 | { |
| 113 | "inactive_after_sec": 120, | ||
| 113 | "output_filename": "fancy.cleaned.jpg", | 114 | "output_filename": "fancy.cleaned.jpg", |
| 114 | "mime": "image/jpg", | 115 | "mime": "image/jpg", |
| 115 | "key": "81a541f9ebc0233d419d25ed39908b16f82be26a783f32d56c381559e84e6161", | 116 | "key": "81a541f9ebc0233d419d25ed39908b16f82be26a783f32d56c381559e84e6161", |
| @@ -175,6 +176,7 @@ The `key` parameter is the key from a previously uploaded file. | |||
| 175 | **Example Response:** | 176 | **Example Response:** |
| 176 | ```json | 177 | ```json |
| 177 | { | 178 | { |
| 179 | "inactive_after_sec": 120, | ||
| 178 | "output_filename": "files.2cd225d5-2d75-44a2-9f26-e120a87e4279.cleaned.zip", | 180 | "output_filename": "files.2cd225d5-2d75-44a2-9f26-e120a87e4279.cleaned.zip", |
| 179 | "mime": "application/zip", | 181 | "mime": "application/zip", |
| 180 | "key": "5ee4cf8821226340d3d5ed16bd2e1b435234a9ad218f282b489a85d116e7a4c4", | 182 | "key": "5ee4cf8821226340d3d5ed16bd2e1b435234a9ad218f282b489a85d116e7a4c4", |
