readme updated
Browse files
README.md
CHANGED
|
@@ -8,4 +8,9 @@ short_description: this is the backend for the main project compressor pro.
|
|
| 8 |
|
| 9 |
# ImageCompressorPro Backend
|
| 10 |
|
| 11 |
-
This is the backend service for the ImageCompressorPro application, deployed on Hugging Face Space.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 8 |
|
| 9 |
# ImageCompressorPro Backend
|
| 10 |
|
| 11 |
+
This is the backend service for the ImageCompressorPro application, deployed on Hugging Face Space.
|
| 12 |
+
|
| 13 |
+
You can use the server's public URL for your frontend application to process images.
|
| 14 |
+
|
| 15 |
+
- **Ping Endpoint:** To check if the server is running, use `GET /ping`.
|
| 16 |
+
- **Processing Endpoint:** To process an image, use `POST /api/process`.
|