ImageType
Image format type for an uploaded asset.
Declaration
string ImageTypePossible Values
JPEGJPEG image format.
JPGJPG image format.
PNGPNG image format.
HEICHEIC (High Efficiency Image Container) format.
HEIFHEIF (High Efficiency Image Format).
SVGScalable Vector Graphics format.
WEBPWebP image format.
Discussion
The ImageType identifies the image file format of an Asset. The system infers the value from the uploaded file and returns it in the asset record. The API caller doesn’t set it directly.
Uploading through Upload Asset only accepts PNG, JPG, and HEIC files. The remaining values (JPEG, HEIF, SVG, WEBP) can appear on assets that were sourced or created outside this upload path.