ImageKit · Schema

Metadata

JSON object containing metadata.

ImageVideoCDNMediaOptimizationTransformationDigital Asset ManagementDAMStorageCacheUpload

Properties

Name Type Description
height integer The height of the image or video in pixels.
width integer The width of the image or video in pixels.
size integer The file size in bytes.
format string The format of the file (e.g., 'jpg', 'mp4').
hasColorProfile boolean Indicates if the image has a color profile.
quality integer The quality indicator of the image.
density integer The density of the image in DPI.
hasTransparency boolean Indicates if the image contains transparent areas.
pHash string Perceptual hash of the image.
bitRate integer The bit rate of the video in kbps (only for video).
duration integer The duration of the video in seconds (only for video).
audioCodec string The audio codec used in the video (only for video).
videoCodec string The video codec used in the video (only for video).
exif object
View JSON Schema on GitHub

JSON Schema

imagekit-metadata.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/imagekit/main/json-schema/imagekit-metadata.json",
  "title": "Metadata",
  "description": "JSON object containing metadata.",
  "type": "object",
  "additionalProperties": true,
  "properties": {
    "height": {
      "type": "integer",
      "description": "The height of the image or video in pixels."
    },
    "width": {
      "type": "integer",
      "description": "The width of the image or video in pixels."
    },
    "size": {
      "type": "integer",
      "description": "The file size in bytes."
    },
    "format": {
      "type": "string",
      "description": "The format of the file (e.g., 'jpg', 'mp4')."
    },
    "hasColorProfile": {
      "type": "boolean",
      "description": "Indicates if the image has a color profile."
    },
    "quality": {
      "type": "integer",
      "description": "The quality indicator of the image."
    },
    "density": {
      "type": "integer",
      "description": "The density of the image in DPI."
    },
    "hasTransparency": {
      "type": "boolean",
      "description": "Indicates if the image contains transparent areas."
    },
    "pHash": {
      "type": "string",
      "description": "Perceptual hash of the image."
    },
    "bitRate": {
      "type": "integer",
      "description": "The bit rate of the video in kbps (only for video)."
    },
    "duration": {
      "type": "integer",
      "description": "The duration of the video in seconds (only for video)."
    },
    "audioCodec": {
      "type": "string",
      "description": "The audio codec used in the video (only for video)."
    },
    "videoCodec": {
      "type": "string",
      "description": "The video codec used in the video (only for video)."
    },
    "exif": {
      "type": "object",
      "additionalProperties": true,
      "properties": {
        "image": {
          "$ref": "#/components/schemas/ExifImage"
        },
        "thumbnail": {
          "$ref": "#/components/schemas/Thumbnail"
        },
        "exif": {
          "$ref": "#/components/schemas/ExifDetails"
        },
        "gps": {
          "$ref": "#/components/schemas/Gps"
        },
        "interoperability": {
          "$ref": "#/components/schemas/Interoperability"
        },
        "makernote": {
          "type": "object",
          "additionalProperties": true
        }
      }
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/imagekit-metadata"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.