Embeddable Transcription Widget

Add speech-to-text to your website with one line of code. Upload, URL, and live transcription — all in a simple embed.

Embed Transcribe Button

Add a transcribe button to your website with one line of code. When clicked, it opens a popup with the full STT.ai transcription tool.

Preview:

Full Embedded Widget

For a full inline widget instead of a button, use the iframe embed below.

Live Demo

Embed Code

Copy and paste this code into your website to add the transcription widget.

Get your API key from your account page. Without a key, anonymous rate limits apply.

JavaScript Events

Listen for transcription events from the widget using custom events on the container element.

var widget = document.getElementById('stt-widget');

// Fired when a transcription completes
widget.addEventListener('stt:transcription', function(e) {
  console.log('Transcript:', e.detail.text);
  console.log('Source:', e.detail.source); // 'upload', 'url', or 'live'
});

// Fired on live transcription text
widget.addEventListener('stt:live-text', function(e) {
  console.log('Live text:', e.detail.text);
});

// Fired on errors
widget.addEventListener('stt:error', function(e) {
  console.log('Error:', e.detail.message);
});

Widget Pricing

Free
$0/mo
  • Upload, URL, and live transcription
  • 10 free minutes/day (anonymous)
  • "Powered by STT.ai" branding
  • 100+ languages supported
White-Label
$19/mo
  • Everything in Free
  • Remove "Powered by STT.ai" branding
  • 7,500 minutes/month (Pro plan)
  • Custom theme support
Get Pro Plan

Widget Features

File Upload
Drag & drop or click to upload audio/video files
URL Transcription
Paste a URL from YouTube, Vimeo, and 1300+ platforms
Live Transcription
Real-time speech to text from the microphone

常问问题

将音频或视频文件上传到STT.ai,选择AI模型和选项,点击转录。几分钟内即可获得结果。可导出为TXT、SRT、VTT、DOCX、JSON或PDF。

是的!STT.ai为所有用户每月提供600分钟免费。首次转录无需注册。付费方案起价$5/月。

准确性取决于AI模型和音频质量。我们最好的模型在基准测试中达到5-7%的词错误率,即93-95%以上的准确率。

STT.ai 提供10+模型, 包括Whiseper large V3、 NVIDIA 加那利等。 您可以比较同一文档中不同模型的结果 。

是的, 在转录后, 将您的记录稿导出为 SRT 或 VTT 字幕文件。 这些与YouTube、 Vimeo 和所有主要视频平台有关 。

是的, STT.ai 自动识别并标出使用 AI 演讲者对称法的不同演讲者, 在所有模式和语言上都有效。

大部分文件在5分钟内被转录。一个1小时的音频文件通常需要2-3分钟与我们最快的模型。

STT.ai 支持20+音频和视频格式,包括MP3、WAV、M4A、FLAC、OGG、MP4、MKV、MOV、WebM和AVI等MP3、WAV、M4A、FLAC、OGG、MP4、MKV、MOV、WebM和AVI。

是的。 音频文件在转录后被处理和删除。 您的数据从不用于培训。 客户端加密在所有计划中都是免费的—— 它加密存储记录誊本, 只有您的密钥。 在处理过程中, 服务器会用普通文本处理您的音频 。 了解我们的安全措施.

是的,STT.ai 提供Python和Node.js SDKs的REST API。

是的。 STT.ai 包含一个内置的抄录编辑器, 您可以更正错误, 重命名扬声器, 并调整时间戳 。

每一份笔录都有一个独特的共享链接。 输出到 DOCX 或 PDF 用于电子邮件。 Pro 计划提供有密码保护的永久链接 。