File info as JSON
Returns file-related information, such as image dimensions or geo tagging data in the JSON format.
Path parameters
uuid
Response
File
id
File UUID.
dpi
Image DPI for two dimensions.
width
Image width in pixels.
format
Image format.
height
Image height in pixels.
sequence
Set to true if a file contains a sequence of images (GIF for example).
color_mode
Image color mode.
orientation
Image orientation from EXIF.
geo_location
Geo-location of image from EXIF.
datetime_original
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.
hash
A 64-bit perceptual hash represented as a hexadecimal string, calculated from the image’s pixel content. Learn more about Perceptual hash.
blurhash
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.