About this endpoint
What it does
Uploads an image as multipart form data, strips the specified metadata keys from it, and returns the processed image as a binary download.
Query Parameter(s)
| Attribute | Type | Mandatory | Description |
|---|---|---|---|
| output | String | No | Name used for the downloaded output. |
Request Body
| Parameter | Type | Mandatory | Description |
|---|---|---|---|
| image | String | Yes | The source image file to process. |
| keys | String Array | No | Metadata keys to remove from the image. |
| group | String | No | Metadata group to target for removal. |
Response
Returns a binary file containing the image after metadata removal. The success response is a binary download, not a JSON object.