About this endpoint
What it does
Converts an uploaded HEIC/HEIF image to a downloadable JPEG or PNG file. The converted file is returned as binary content.
Query Parameter(s)
| Attribute | Type | Mandatory | Description |
|---|---|---|---|
| output | String | No | Output filename for the converted image. |
Request Body
| Parameter | Type | Mandatory | Description |
|---|---|---|---|
| image | String | Yes | HEIC/HEIF file to convert. Binary file upload. |
Response
Returns a binary file response containing the converted image. The response schema is a single binary string, so there is no JSON object wrapper or named JSON fields to document.