内嵌可嵌入的剪贴件元件

以一行代码在您的网站上添加语音到文本。 上传、 URL 和 实时抄录, 全部在一个简单的嵌入中 。

嵌入缓存按钮

以一行代码在您的网站上添加一个剪贴按钮。 当单击时, 它会打开一个弹出器, 使用完整的 STT.ai 转录工具 。

预览 :

全部嵌入式元件

对于完整内嵌部件而不是按钮, 请在下面使用 irame 嵌入 。

现场演示

嵌入代码

复制并粘贴此代码到您的网站上, 添加转录部件 。

从您的账户页面获取您的 API 密钥。 没有密钥, 将适用匿名利率限制 。

JavaScript 事件

使用容器元素上的自定义事件, 监听部件的转录事件 。

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);
});

部件定价

自由
$0/mo
  • 上传、 URL、 实时抄录
  • 每天10分钟免费(匿名)
  • 由STT.ai授权的品牌
  • 支持100+语言
白标签
$19/mo
  • 免费的一切
  • 删除“ 由 STT.ai 授权” 标记
  • 每月7 500分钟(方案计划)
  • 自定义主题支持
Get Pro Plan 获得 Pro Plan

部件特性

文件上传
拖放或单击以上传音频/视频文件( D)
URL 翻译
从YouTube、Vimeo和1300+平台上粘贴一个 URL
现场连接
麦克风对文字的实时讲话

常见问题

transcription widget runs in your browser: paste a URL, upload a file, or record from your mic. STT.ai picks the AI model and returns the transcript in under 5 minutes. Export as TXT, SRT, VTT, DOCX, JSON, or PDF.

Yes — every visitor gets 600 free minutes/month on STT.ai, usable for transcription widget the same as any other workflow. Paid plans starting at $5/month unlock longer files, private transcripts, and priority queueing.

transcription widget runs on the same AI models as the rest of STT.ai — our best models reach 95-97% accuracy on clean speech (3-5% Word Error Rate on benchmarks). Switch models on the fly if the first pass is below your target.

transcription widget can run on any of STT.ai's 10+ models — STT.ai Enhanced (most accurate), Whisper Large V3 (99 languages), NVIDIA Canary (#1 WER on supported langs), Whisper Turbo (fast), Moonshine (lightweight), and more.

Yes. Every transcript exports as SRT or VTT — works with YouTube, Vimeo, TikTok, VLC, and every major video player. The burn-subtitles tool overlays them onto video as hardsubs.

Yes. Speaker diarization automatically labels each voice (Speaker 1, Speaker 2, ...) and you can rename them in the built-in editor. Works across all models and languages.

Most transcription widget jobs finish in under 5 minutes. A 1-hour audio file typically completes in 2-3 minutes with our fastest models. Speed depends on chosen model and current GPU load.

transcription widget accepts 20+ formats — MP3, WAV, M4A, FLAC, OGG, MP4, MKV, MOV, WebM, AVI, and more. Output to TXT, SRT, VTT, DOCX, JSON, or PDF.

Yes. Audio files submitted to transcription widget are processed and deleted by default. Pro plans add client-side encryption — even if STT.ai's database is breached, your transcripts are unreadable without your key. Data is never used for model training without explicit opt-in.

Yes. STT.ai offers a REST API with Python and Node.js SDKs, plus an MCP server for Claude and Cursor — all usable for transcription widget workflows. Free API tier includes 100 minutes/month.

Yes. Every transcript opens in the built-in editor where you can correct words, rename speakers, adjust timestamps, and add notes. All changes save automatically.

Every transcript gets a unique shareable URL. Export to DOCX or PDF for email. Pro plans add password-protected and permanent links — useful for client work.

STT.ai handles 1,300+ platforms including YouTube, Vimeo, TikTok, SoundCloud, Zoom, Google Meet, podcast hosts, and more. URL transcription works with publicly-available content only — DRM-protected sources can't be transcribed.