Get Image Metadata
- Method: POST
- Endpoint: /api/v2/GetImageMetadata
Parameters
- PDF File Namestring, Required
Source PDF file name with .pdf extension
- PDF File contentbase64, Required
The content of the input file
- Image Typestring, Required
- JPG - You can take JPG format.
- PNG - You can take PNG format.
Output
- File ContentBinary
Output file content from the PDF4me Connect
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