API V2

Get Document from PDF4me

Triggers when a document is sent from PDF4me. This step creates a new workflow of type PowerAutomate in the PDF4me workflow dashboard. After completing the setup of the flow, when you turn it on it creates PowerAutomate Workflow in the workflow dashboard. If you send a file to this workflow in PDF4me, the flow will be triggered in Power Automate

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

Parameters

File NameString, Required

Source PDF file name

Call Back UrlString, Required

Please enter any url.
Ex- https://www.google.com

Output

File ContentBinary, Required

Output file content

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

Payload

{
  "CallBackUrl": "https://www.google.com",
  "docName": "output_text"
}

PDF4me API Samples

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