About this endpoint
What it does
Uploads an image file and returns a pixelized version of that image as a binary file. The request body must include the source image file; the response is the processed image file.
Request Body
| Parameter | Type | Mandatory | Description |
|---|---|---|---|
| file | String | Yes | The source image file. Supported formats are jpeg, png, webp, bmp, tiff. Maximum file size is 5 MB. |
Response
Returns a binary file containing the pixelized image. The output schema is a single binary string, so the success response is the processed file itself.
| Parameter | Type | Mandatory | Description |
|---|---|---|---|
| — | String | Yes | Binary file content of the pixelized image. |