v1

latestOpenAPI 3.0.02026-07-17533856.6 KB
Assets

Get Image Dimensions

get/api/assets/getImageDimensions/{imagePath}

Path parameters

imagePathstring required

Path to the image file relative to public/

Response

Returns the width, height, and type of the image.

widthnumber required

Width of the image in pixels

heightnumber required

Height of the image in pixels

typestring required

Image file type (e.g., jpg, png, gif, webp)