Remove GPS coordinates, device info, timestamps, and all EXIF metadata from JPEG and PNG images before publishing. GDPR-friendly image sanitization.
POST /strip
X-API-Key: csk_your_key
Content-Type: application/json
{
"url": "https://example.com/photo.jpg"
}
{
"original_size": 2840192,
"cleaned_size": 2836048,
"metadata_removed": ["GPS", "Camera", "DateTime"],
"image": "base64_encoded_clean_image"
}
Production-ready with comprehensive coverage and fast response times.
Strips latitude/longitude coordinates from all image formats.
Removes camera make/model, software, and serial numbers.
Cleans creation date, modification date, and digitization time.
Helps comply with privacy regulations on user-uploaded images.
Sub-200ms processing for images up to 20MB.
Process up to 20 images per request via URL array.
One API key unlocks PixelVault API plus 20+ other production-ready APIs. Free plan available instantly.