.. index:: Image Meta .. _image_meta: Image meta information ====================== Meta information about an image. This endpoint is templates. Valid values for size are : .. include:: reference/image-sizes.rst Fields ------ .. apifields:: .. apifield:: :name: dimensions.width :type: int :constraints: -- :required: false :updateable: false :writable: false The width of the image. .. apifield:: :name: dimensions.height :type: int :constraints: -- :required: false :updateable: false :writable: false The height of the image. Reference --------- .. endpoint:: GET /v1/images/{mediaId}/{size}/meta Get the meta information of an image. Examples -------- .. include:: examples/get-image-meta-example.rst