PDF Compression API
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 Compression API endpoints
| Method | Endpoint | Description |
|---|---|---|
| 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 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… |
PDF Compression API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 5 / minute |
|
| PRO Recommended | $24.99 / month | 50 / minute |
|
| ULTRA | $34.99 / month | 50 / minute |
|