Skip to main content

Remove EXIF Tags from Image

ImageRemove EXIF Tags from Image

The Remove EXIF Tags from Image API strips EXIF metadata from an image. You send the image as Base64 (docContent), docName, and optionally imageType (JPG, PNG) and async. The API returns the image without EXIF (camera, date, GPS, device info). Use the tester below to try it; more details are in the sections that follow.

Try the Remove EXIF Tags from Image API

:::note Quick reference Endpoint: POST /api/v2/RemoveEXIFTagsFromImage · Required: api-key, docContent, docName :::

:::info Try it live Use the form below to send your API key and image (Base64). The response is the image with EXIF removed. No code required—fill the fields and click Send request. :::

Loading API Tester...

Overview, parameters, and use cases

What is Remove EXIF Tags from Image?

This endpoint removes EXIF (Exchangeable Image File Format) metadata from an image. You provide the image (Base64), docName, and optionally imageType (JPG, PNG). The API returns the image without EXIF tags (camera settings, date/time, GPS, device info). Helps protect privacy by removing sensitive location and device data.

Key features

  • EXIF removal – Strips camera, date, GPS, device, and other EXIF fields.
  • Privacy – Removes potentially sensitive location and device information.
  • Async – Use async for large images.

:::tip Best for Use when you need to share images without location or device metadata. For reading EXIF use Get Image Metadata; for auto-rotation from EXIF use Rotate Image by EXIF Data. :::

Prerequisites

Before using this endpoint, make sure you have:

  • A valid PDF4me API key (Get your API Key)
  • An image file (JPG, PNG) in Base64 format

Response Format

The API returns an image file with all EXIF metadata tags removed.

Get Help