API V2

Remove EXIF Tags From Image

  • Method: POST
  • Endpoint: /api/v2/RemoveEXIFTagsFromImage

Parameter

docContentbase64, Required

Content of the input file.

docNamestring, Required

Name of the file.

Image TypeString, Required

Choose desired image output format from the list. The supported formats are -

  • JPG - You can take JPG format.
  • PNG - You can take PNG format.

Output

Header
Content-Type:application/json
Authorization: Please copy key from the link.

Payload

{
  "docContent": "Please put image base64 content",
  "docName": "stamp.jpg",
  "imageType": "JPG"
}

PDF4me api samples

CSharp(C#)
Java
JavaScript
Python
Salesforce
n8n
Google Script
AWS Lambda