PureForge Compressor - PFC
PureForge Compressor API — v1.5 | Free Test Tier High-performance lossless compression via REST API. Powered by PFC — a proprietary multi-stage algorithm. Upload any supported file, receive a compressed .pfc file back. Decompress anytime to get the 100% identical original file. ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
PureForge Compressor - PFC endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
health_health_get /health |
Health check for Railway |
| POST |
compress_endpoint_compress_post /compress |
Compress a file using PFC - **file**: File to compress (max 1 GB) - **preset**: Block size in MiB (2, 4, 8, 16, 32, 64) - **X-Partner-Key**: White-Label partner API key (header)… |
| POST |
decompress_endpoint_decompress_post /decompress |
Decompress a .pfc file back to original - **file**: .pfc file to decompress (must be compressed with PFC) - **X-Partner-Key**: White-Label partner API key -… |