Rotate Image By Exif Data
- Method: POST
- Endpoint: /api/v2/RotateImageByExifData
Parameters
- docNamestring, Required
Name of the file.
- docContentstring, Required
The content of the input file
Output
- File ContentBinary
Header
Content-Type:application/json
Authorization: Please copy key from the link.
Payload
{
"docContent": "Please put image base64 content",
"docName": "stamp.jpg"
}
PDF4me api samples
- CSharp(C#)
- Java
- JavaScript
- Python
- Salesforce
- n8n
- Google Script
- AWS Lambda