Skip to main content

PDF4me API Errors & Troubleshooting

When something goes wrong with PDF4me—whether you're using the API directly, Power Automate, Zapier, Make, or n8n—the error message you see often points to a few common causes. Match your error or HTTP code below and follow the linked guide.


Quick Access by Error Type


Platform Tips (Power Automate, Zapier)

If you're using Power Automate or Zapier, file errors often come from how files are passed between steps. See Zapier and Power Automate Tips for Base64 handling, "File: (Exists but not shown)", and file format guidance.


Full Reference Table

HTTP CodeError MessageWhat It Usually MeansGuide
401Not AuthorizedInvalid or missing API keyFix 401
402No Credit AvailableAPI credits exhaustedFix 402
402Daily Call Limit OverDaily usage limit reachedFix 402
400File is EmptyFile not properly sent or encodedFix File Errors
400File could not be openedCorrupt file, wrong format, encodingFix File Errors
400Invalid FileWrong type (e.g. JPG vs PDF) or corruptFix File Errors
400File is password protectedPDF is locked; password requiredFix File Errors
400Request / Action / Settings is EmptyMissing required fieldsAPI Documentation
400TemplateId or Template Name is emptyParse Document needs a templatePrepare Parse Info
500(varies)Server-side issueContact Support

Need Help?