PDF Handling APIs
The user sends a pdf file and the necessary data as form-data through the API and the API returns the updated version of the file. The backend deletes the received files as soon as it returns the updated pdf file, hence keeping the user’s data secure. The pdf upload size is limited to 10MB as of now. Note: Please avoid spaces in the filename as it may cause downloading issues. This will be…
PDF Handling APIs endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
PDF Encryption API /api/encrypt-pdf |
encrypt pdf |
| POST |
PDF Decryption API /api/decrypt-pdf |
Decrypt pdf |
| POST |
PDF Encryption API (Base64) /api/encrypt-pdf |
This is Rapid API platform friendly version of PDF encryption API in which you can pass base54 string version of the PDF file and get the encrypted file in response. |
| POST |
PDF Watermark API /api/watermark-pdf |
The user sends a pdf file to be watermarked along with a file which contains a single page of the watermark as form-data through the API and the API returns the watermarked… |
| POST |
PDF Compression API (Low) /api/compress-pdf/low |
The user sends a pdf file to be compressed. The backend deletes the received files as soon as it returns the compressed pdf file and doesn’t store data in any form, hence keeping… |
| POST |
PDF Compression API (Mid) /api/compress-pdf/mid |
The user sends a pdf file to be compressed. The backend deletes the received files as soon as it returns the compressed pdf file and doesn’t store data in any form, hence keeping… |
| POST |
PDF Compression API (High) /api/compress-pdf/high |
The user sends a pdf file to be compressed. The backend deletes the received files as soon as it returns the compressed pdf file and doesn’t store data in any form, hence keeping… |
| POST |
PDF Redaction API /api/redact-pdf |
The user sends a pdf file to be redacted along with an array of words that need to be redacted (like emails, passwords etc). The backend deletes the received files as soon as it… |
PDF Handling APIs pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 5 / minute |
|
| PRO | $39.99 / month | 50 / minute |
|
| ULTRA | $59.99 / month | 50 / minute |
|
| MEGA Recommended | $89.99 / month | 50 / minute |
|