File size: 519 Bytes
2026f7f 86c679b 2026f7f 1bbdad2 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | ---
title: ImageCompressorPro Backend
emoji: 🚀
sdk: docker
pinned: false
short_description: this is the backend for the main project compressor pro.
---
# ImageCompressorPro Backend
This is the backend service for the ImageCompressorPro application, deployed on Hugging Face Space.
You can use the server's public URL for your frontend application to process images.
- **Ping Endpoint:** To check if the server is running, use `GET /ping`.
- **Processing Endpoint:** To process an image, use `POST /api/process`. |