| --- |
| title: TikVibe Backend |
| emoji: 🎥 |
| colorFrom: pink |
| colorTo: purple |
| sdk: docker |
| app_port: 7860 |
| --- |
| |
| # TikVibe Creator Pro Backend API |
|
|
| This is the backend API for TikVibe Creator Pro - an advanced video editing platform with AI capabilities. |
|
|
| ## API Endpoints |
|
|
| - `GET /health` - Health check |
| - `POST /api/auth/login` - User login |
| - `POST /api/auth/register` - User registration |
| - `GET /api/trends` - Get trending content |
| - `POST /api/ai/analyze-video` - Analyze video with AI |
|
|
| ## Environment Variables |
|
|
| Set these in your Hugging Face Space settings. |