View All APIs

Image Metadata Remover API

About

The Image Metadata Remover API is designed to strip sensitive or unnecessary metadata from image files with ease. Metadata, such as EXIF data, can contain details like camera model, GPS location, timestamps, and editing software—information that may compromise privacy or security when shared publicly.

API Documentation

Copied!
https://imagemetapro.com/tools/utils/remove-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