For Developers
Hati PDF API — coming soon.
A REST API for merge, split, compress, convert and OCR — built for African businesses and global teams. Pay per request, no minimums. Join the waitlist and we'll email you the moment beta opens.
Planned endpoints
- POST
/v1/mergeMerge multiple PDFs into one - POST
/v1/splitSplit a PDF by pages or ranges - POST
/v1/compressCompress PDF for email / WhatsApp - POST
/v1/convertConvert Office, images, web to PDF - POST
/v1/ocrOCR scanned PDFs to searchable text - POST
/v1/signApply digital signatures - POST
/v1/protectEncrypt with a password - POST
/v1/unlockRemove password (with permission)
Example
curl -X POST https://api.hatipdf.com/v1/merge \ -H "Authorization: Bearer YOUR_API_KEY" \ -F "files[]=@invoice-1.pdf" \ -F "files[]=@invoice-2.pdf"