mirror of
https://github.com/rishikanthc/Scriberr.git
synced 2026-06-28 14:55:46 +00:00
Deploy landing site to docs folder
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user