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/remove-metadata-api.php
Request Methods
Option 1: Request Using Image URL
Method: POST
Body Type: raw: json
Headers: Content-Type: application/json
Sample Payload:
Copied!
{
"api_key" : "{{API Key}}",
"image_url": "your-image-url"
}
Option 2: Request Using Local Image Upload
Method: POST
Body Type: form-data
Headers: Content-Type: multipart/form-data
Parameters:
| Key | Type | Value |
|---|---|---|
| api_key | text | {{API Key}} |
| image | file | Image - Upload from local |
Note: Replace {{API Key}} with your actual API key from your dashboard.