Spaces:
Running
Running
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,8 +1,25 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: CosmicShare API
|
| 3 |
+
emoji: 🚀
|
| 4 |
+
colorFrom: blue
|
| 5 |
+
colorTo: green
|
| 6 |
+
sdk: docker
|
| 7 |
+
sdk_version: "1.0" # or specify the correct version of your SDK
|
| 8 |
+
app_file: app.py
|
| 9 |
+
pinned: false
|
| 10 |
+
---
|
| 11 |
+
|
| 12 |
+
# CosmicShare API
|
| 13 |
+
|
| 14 |
+
Welcome to the CosmicShare API! This application allows users to upload files and generate temporary shareable links.
|
| 15 |
+
|
| 16 |
+
## Features
|
| 17 |
+
- Upload files
|
| 18 |
+
- Generate shareable links
|
| 19 |
+
- Specify expiration times for links
|
| 20 |
+
|
| 21 |
+
## Usage
|
| 22 |
+
To use the API, send a request to the `/upload` endpoint with your file.
|
| 23 |
+
|
| 24 |
+
## Check out the configuration reference
|
| 25 |
+
For more details, refer to the [Hugging Face Spaces configuration reference](https://huggingface.co/docs/hub/spaces-config-reference).
|