--- 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`.