/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);/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