File info as JSON

Returns file-related information, such as image dimensions or geo tagging data in the JSON format.

Path parameters

uuidstringRequired

Response

File
idstringRead-onlyformat: "uuid"
File UUID.
dpilist of doubles or nullRead-only
Image DPI for two dimensions.
widthintegerRead-only
Image width in pixels.
formatstringRead-only
Image format.
heightintegerRead-only
Image height in pixels.
sequencebooleanRead-only

Set to true if a file contains a sequence of images (GIF for example).

color_modeenumRead-only
Image color mode.
orientationinteger or nullRead-only0-8
Image orientation from EXIF.
geo_locationobject or nullRead-only

Geo-location of image from EXIF.

datetime_originaldatetime or nullRead-only
Image date and time from EXIF. Please be aware that this data is not always formatted and displayed exactly as it appears in the EXIF.
hashstring or nullRead-only

A 64-bit perceptual hash represented as a hexadecimal string, calculated from the image’s pixel content. Learn more about Perceptual hash.

blurhashstring or nullRead-only

A compact string representation of the image, allowing reconstruction of its general structure and color scheme without details, useful as a blurred placeholder until the full image loads. Learn more about Blurhash.