삽입 가능한 번역 위젯
코드 한 줄만으로 웹사이트에 음성 변환을 추가하세요. 업로드, URL, 라이브 번역 — 모두 간단한 임베디드로.
삽입 번역 단추
코드 한 줄로 웹사이트에 녹음 버튼을 추가하세요. 클릭하면 STT.ai 녹음 도구가 있는 팝업이 열립니다.
미리 보기:
완전히 포함된 위젯
버튼 대신 완전한 인라인 위젯을 원하시면 아래의 iframe embed를 사용하십시오.
라이브 데모
코드 삽입
이 코드를 복사하여 웹사이트에 붙여넣으면 번역 위젯이 추가됩니다.
계정 페이지에서 API 키를 가져옵니다. 키가 없으면 익명 속도 제한이 적용됩니다.
자바스크립트 이벤트
컨테이너 요소의 사용자 지정 이벤트를 사용하여 위젯에서 번역 이벤트를 감시합니다.
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개 이상의 언어 지원
위젯 기능
파일 업로드
오디오/비디오 파일을 업로드하려면 드래그 & 드롭하거나 클릭하십시오.
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.