About this endpoint
What it does
Converts an uploaded HEIC/HEIF image to a downloadable file in JPEG or PNG format. The request uploads one binary image file and can optionally include an output query parameter to name the returned file.
Query Parameter(s)
| Attribute | Type | Mandatory | Description |
|---|---|---|---|
| output | String | No | Output filename for the converted file. |
Request Body
| Parameter | Type | Mandatory | Description |
|---|---|---|---|
| image | String | Yes | HEIC/HEIF file to convert. Binary file upload. |
Response
Returns a binary file download containing the converted image. The response schema is a single binary string, so there is no JSON wrapper or top-level field to read.
| Parameter | Type | Mandatory | Description |
|---|---|---|---|
| — | String | Yes | Binary file content of the converted image. |