andevs commited on
Commit
21e35d7
·
verified ·
1 Parent(s): 52ce2d6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +20 -7
README.md CHANGED
@@ -1,11 +1,24 @@
1
  ---
2
- title: Realeditz
3
- emoji: 📊
4
- colorFrom: gray
5
- colorTo: red
6
  sdk: docker
7
- pinned: false
8
- license: mit
9
  ---
10
 
11
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ title: TikVibe Backend
3
+ emoji: 🎥
4
+ colorFrom: pink
5
+ colorTo: purple
6
  sdk: docker
7
+ app_port: 7860
 
8
  ---
9
 
10
+ # TikVibe Creator Pro Backend API
11
+
12
+ This is the backend API for TikVibe Creator Pro - an advanced video editing platform with AI capabilities.
13
+
14
+ ## API Endpoints
15
+
16
+ - `GET /health` - Health check
17
+ - `POST /api/auth/login` - User login
18
+ - `POST /api/auth/register` - User registration
19
+ - `GET /api/trends` - Get trending content
20
+ - `POST /api/ai/analyze-video` - Analyze video with AI
21
+
22
+ ## Environment Variables
23
+
24
+ Set these in your Hugging Face Space settings.