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_KEY

Endpoints

POST/v1/pdf/merge

Combine multiple PDF files into one.

POST/v1/pdf/split

Split a PDF into multiple files.

POST/v1/pdf/compress

Reduce the file size of a PDF.

POST/v1/pdf/convert

Convert PDF to Word, images, etc.

POST/v1/pdf/ocr

Extract text from scanned PDFs.

POST/v1/pdf/extract-text

Extract text content from a PDF.

POST/v1/pdf/watermark

Add watermarks to a PDF.

POST/v1/pdf/protect

Add password protection to a PDF.

POST/v1/pdf/unlock

Remove password protection from a PDF.

Rate Limits

Free tier: 100 requests/day. Pro: 10,000 requests/day. Enterprise: unlimited.