View All APIs

Image Metadata Reader API

About

The Image Metadata Reader API allows you to extract and view metadata embedded within image files. This metadata—such as EXIF, IPTC, or XMP—can include details like camera specifications, GPS coordinates, timestamps, image dimensions, orientation, and editing history.

API Documentation

Copied!
https://imagemetapro.com/tools/utils/read-metadata-api.php 

Request Methods

Option 1: Request Using Image URL

Method: POST

Body Type: X-www-form-urlencoded

Content-Type: application/x-www-form-urlencoded

Sample Payload:

Copied!
{
    "image_url": "https://images.com/images/logo.png" ,
     "api_key" : "your-api-key"
}

Option 2: Request Using Local Image Upload

Method: POST

Body Type: form-data

Content-Type: multipart/form-data

Parameters:

Key Type Value
image file Image - Upload from local
api_key text your-api-key