PDFUAEDeveloper APIBack to tools
PDFUAE API

Bring document processing
into your workflow.

Experimental endpoints are available for the tool catalogue and PDF automation. They are designed for businesses, print shops and applications that need repeatable output.

Start in one minuteView tools JSON
GET

/api/v1/tools

Returns the public tool catalogue and page links for integrations and dynamic service indexes.

fetch("https://pdfuae.com/api/v1/tools")
  .then(response => response.json())
  .then(console.log);
POST

/api/v1/automation/run

Accepts one PDF and performs up to five ordered steps: clean, reverse, flatten, number and rebuild.

curl -X POST https://pdfuae.com/api/v1/automation/run \
  -F "file=@document.pdf" \
  -F "steps=clean,flatten,number,rebuild" \
  --output result.pdf

One workflowSeveral steps, one result

PDF responseDirect download without storage

Experimental limits

  • Approximately 8 requests per 10 minutes per source
  • 8 MB and 200 pages per file
  • No automatic file retention
  • High-volume production use requires a partner key and service agreement