this is open source apis for convert and display image from .heic to .png or .jpeg
url: https://heic-image-convert-api.onrender.com
GET Convert heic image
{url}/convert/heic
Query params | Type | Required | Description |
---|---|---|---|
url | string | true | The image link that you want to convert must have the file extension .heic |
format | string | false | either JPEG or PNG |
response success example:
response error example:
failed convert heic image
GET Check server is running
{url}/check
response example:
{
"success": true,
"message": "server is running smoothly",
"timestampt": "2025-01-01 00:00:00.000Z"
}