Skip to content

Commit db29937

Browse files
committed
Deploy landing site to docs folder
1 parent 4b43164 commit db29937

23 files changed

+49
-38
lines changed

docs/api.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
<link rel="preconnect" href="https://fonts.googleapis.com">
88
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
99
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Poiret+One&display=swap" rel="stylesheet">
10-
<script type="module" crossorigin src="/assets/api-bFwG1I4T.js"></script>
11-
<link rel="modulepreload" crossorigin href="/assets/styles-DAhCVYAn.js">
12-
<link rel="stylesheet" crossorigin href="/assets/styles-73wRgAyJ.css">
10+
<script type="module" crossorigin src="/assets/api-DHYfZ7Ms.js"></script>
11+
<link rel="modulepreload" crossorigin href="/assets/styles-DGJLjUaE.js">
12+
<link rel="stylesheet" crossorigin href="/assets/styles-CsHvZ3hC.css">
1313
</head>
1414
<body>
1515
<div id="root"></div>

docs/api/undocumented.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,13 @@
6363
"description": "Upload an audio file without starting transcription",
6464
"tag": "transcription"
6565
},
66+
{
67+
"method": "POST",
68+
"path": "/api/v1/transcription/upload-video",
69+
"summary": "Upload video file for transcription",
70+
"description": "Upload a video file, extract audio from it using ffmpeg, and create a transcription job",
71+
"tag": "transcription"
72+
},
6673
{
6774
"method": "POST",
6875
"path": "/api/v1/transcription/submit",
Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)