About this endpoint
What it does
Strips metadata from an uploaded image sent as multipart form data and returns the processed file as a binary download. The request body accepts the image file plus optional metadata-related fields, and the response is the cleaned image file itself.
Query Parameter(s)
| Attribute | Type | Mandatory | Description |
|---|---|---|---|
| output | String | No | Output filename or label. |
Request Body
| Parameter | Type | Mandatory | Description |
|---|---|---|---|
| image | String | Yes | Image file to process; binary upload. |
| keys | String Array | No | Metadata keys to remove. |
| group | String | No | Metadata group to remove. |
Response
Returns a binary file response containing the image after metadata has been stripped. The output schema is a binary string, so the success response is a file download rather than a JSON object.