API V2

从图像中删除EXIF标签

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

参数

docContentbase64, Required

输入文件的内容。

docNamestring, Required

文件名。

图像类型String, Required

从列表中选择所需的图像输出格式。支持的格式是 -

  • JPG - 您可以使用JPG格式。
  • PNG - 您可以使用PNG格式。

输出

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