File Metadata
Get uploaded file metadata
You can programmatically get image EXIF, pHash, and other metadata for uploaded files in the ImageKit.io media library using this API.
You can also get the metadata in upload API response by passing metadata in responseFields parameter.
get/v1/files/{fileId}/metadata
Path parameters
fileIdstring required
The unique fileId of the uploaded file. fileId is returned in the list and search assets API and upload API.
Response
File metadata object.