API Documentation
Integrate PDF processing into your application with our RESTful API.
Authentication
All API requests require an API key. Include your key in the Authorization header:
Authorization: Bearer YOUR_API_KEYEndpoints
POST
/v1/pdf/mergeCombine multiple PDF files into one.
POST
/v1/pdf/splitSplit a PDF into multiple files.
POST
/v1/pdf/compressReduce the file size of a PDF.
POST
/v1/pdf/convertConvert PDF to Word, images, etc.
POST
/v1/pdf/ocrExtract text from scanned PDFs.
POST
/v1/pdf/extract-textExtract text content from a PDF.
POST
/v1/pdf/watermarkAdd watermarks to a PDF.
POST
/v1/pdf/protectAdd password protection to a PDF.
POST
/v1/pdf/unlockRemove password protection from a PDF.
Rate Limits
Free tier: 100 requests/day. Pro: 10,000 requests/day. Enterprise: unlimited.