Deploy landing site to docs folder

This commit is contained in:
GitHub Action
2025-09-08 21:46:10 +00:00
parent 4b431640e8
commit db29937e7f
23 changed files with 49 additions and 38 deletions

View File

@@ -63,6 +63,13 @@
"description": "Upload an audio file without starting transcription",
"tag": "transcription"
},
{
"method": "POST",
"path": "/api/v1/transcription/upload-video",
"summary": "Upload video file for transcription",
"description": "Upload a video file, extract audio from it using ffmpeg, and create a transcription job",
"tag": "transcription"
},
{
"method": "POST",
"path": "/api/v1/transcription/submit",