Parse Document
Parse a document in API using the Parse Document action.
- Method: POST
- Endpoint: /api/v2/ParseDocument
Parameters
- File Contentbase64
The content of the input file
- File NameString, Required
Name of the file to be parsed
- Template IdGuid, Required
- Parse Id Guid, Required
- Template NameString
Name of the template for parsing
Returns
- trace Idstring
trace Id
Header
Content-Type:application/json
Authorization: Please copy key from the link.
Payload
{
"docContent": "Please put PDF base64 content",
"docName": "output.pdf",
"TemplateId": "Guid",
"ParseId": "Guid",
"TemplateName": "input_string"
}
PDF4me api samples
- CSharp(C#)
- Java
- JavaScript
- Python
- Salesforce
- n8n
- Google Script
- AWS Lambda