ImageKit · Example Payload

Imagekit Upload File Response

ImagesVideoCDNMediaOptimizationTransformationsDigital Asset ManagementDAMStorageCacheUpload

Imagekit Upload File Response is an example object payload from ImageKit, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

summaryvalue

Example Payload

Raw ↑
{
  "summary": "Successful file upload response",
  "value": {
    "fileId": "598821f949c0a938d57563bd",
    "name": "my-image.jpg",
    "url": "https://ik.imagekit.io/your_imagekit_id/products/my-image.jpg",
    "thumbnailUrl": "https://ik.imagekit.io/your_imagekit_id/tr:n-media_library_thumbnail/products/my-image.jpg",
    "height": 300,
    "width": 200,
    "size": 83622,
    "filePath": "/products/my-image.jpg",
    "tags": [
      "product",
      "hero"
    ],
    "isPrivateFile": false,
    "customCoordinates": null,
    "fileType": "image",
    "mime": "image/jpeg",
    "hasAlpha": false,
    "customMetadata": {}
  }
}