API V2

Repair PDF Document

Recover broken PDFs partially or fully

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

Parameters

File Contentbase64, Required

The content of the input file.

File Namestring, Required

Source file name with file extension

Output

Output file content from the PDF4me Connect

File Contentbinary

File content of the document

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

Payload

{
  "docContent": "Please put PDF base64 content",
  "docName": "output.pdf"
}

PDF4me api samples

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