Spaces:
Sleeping
Sleeping
docs: Add Crown Commend API endpoints and environment variables to README
Browse files
README.md
CHANGED
|
@@ -94,6 +94,10 @@ backend/
|
|
| 94 |
| POST | `/api/youtube/analyze` | Analyze YouTube video |
|
| 95 |
| POST | `/api/data/augment/audio` | Audio augmentation |
|
| 96 |
| POST | `/api/data/augment/image` | Image augmentation |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 97 |
|
| 98 |
### POST /api/youtube/analyze
|
| 99 |
|
|
@@ -132,6 +136,8 @@ Response:
|
|
| 132 |
| `CROWNCODE_API_TIMEOUT_SEC` | `30` | External service timeout |
|
| 133 |
| `SES_ANALIZI_THRESHOLD` | `0.5` | Authenticity score threshold |
|
| 134 |
| `LOG_LEVEL` | `INFO` | Logging level |
|
|
|
|
|
|
|
| 135 |
|
| 136 |
---
|
| 137 |
|
|
|
|
| 94 |
| POST | `/api/youtube/analyze` | Analyze YouTube video |
|
| 95 |
| POST | `/api/data/augment/audio` | Audio augmentation |
|
| 96 |
| POST | `/api/data/augment/image` | Image augmentation |
|
| 97 |
+
| GET | `/api/commend/health` | Crown Commend health check |
|
| 98 |
+
| POST | `/api/commend/generate` | Generate AI comment for YouTube |
|
| 99 |
+
| POST | `/api/commend/post` | Post comment to YouTube |
|
| 100 |
+
| GET | `/api/commend/styles` | Get available comment styles |
|
| 101 |
|
| 102 |
### POST /api/youtube/analyze
|
| 103 |
|
|
|
|
| 136 |
| `CROWNCODE_API_TIMEOUT_SEC` | `30` | External service timeout |
|
| 137 |
| `SES_ANALIZI_THRESHOLD` | `0.5` | Authenticity score threshold |
|
| 138 |
| `LOG_LEVEL` | `INFO` | Logging level |
|
| 139 |
+
| `COMMEND_GEMINI_API_KEY` | - | Gemini API key for Crown Commend |
|
| 140 |
+
| `COMMEND_TOKEN_JSON` | - | YouTube OAuth token JSON for posting |
|
| 141 |
|
| 142 |
---
|
| 143 |
|