Rajhuggingface4253 commited on
Commit
1bbdad2
·
verified ·
1 Parent(s): d99b830

readme updated

Browse files
Files changed (1) hide show
  1. README.md +6 -1
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`.