Skip to content

Noppawat3939/heic-image-service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HEIC image converter

this is open source apis for convert and display image from .heic to .png or .jpeg

url: https://heic-image-convert-api.onrender.com

Endpoints

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"
}

About

open source APIs display .heic image file

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published