অভ্যন্তরীণ অনুবাদ উইজেট
একটি লাইন কোডের মাধ্যমে আপনার ওয়েবসাইটে বাক্যের জন্য টেক্সট যোগ করুন। আপলোড, ইউআরএল এবং লাইভ ট্রান্সক্রিপশন - সবই একটি সহজ অন্তর্ভুক্তিতে।
অনুবাদ বাটন অন্তর্ভুক্ত করো
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.
প্রাকদর্শন:
সম্পূর্ণ অভ্যন্তরীণ উইজেট
বাটন বদলে সম্পূর্ণ ইন- লাইন উইজেট ব্যবহার করতে হলে নিচের iframe এম্বেড ব্যবহার করুন ।
লাইভ ডেমো
কোড সন্নিবেশ করো
অনুবাদ উইজেট যোগ করতে এই কোডটি আপনার ওয়েবসাইটে কপি করে পেস্ট করুন ।
আপনার অ্যাকাউন্ট পৃষ্ঠা থেকে আপনার 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, এবং সরাসরি অনুবাদ
- ১০ মিনিট/দিন (বিনা নামে)
- "Powered by STT.ai" ব্র্যান্ডিং
- ১০০+ ভাষা সমর্থিত
সাদা লেবেল
$19/mo
- সবকিছু মুক্ত
- "Powered by STT.ai" ব্র্যান্ডিং সরিয়ে ফেলো
- ৭,৫০০ মিনিট/মাস (প্রো প্ল্যান)
- স্বনির্বাচিত থিম সমর্থন
উইজেট বৈশিষ্ট্য
ফাইল আপলোড করো
অডিও/ভিডিও ফাইল আপলোড করতে টেনে নিয়ে যাও এবং ছেড়ে দাও অথবা ক্লিক করুন
ইউ- আর- এল অনুবাদ
ইউটিউব, ভিমিও এবং ১৩০০+ প্ল্যাটফর্ম থেকে ইউআরএল পেস্ট করুন
লাইভ ট্রান্সক্রিপশন
মাইক্রোফোন থেকে টেক্সট-এ বাস্তব-সময়ের বক্তৃতা
প্রায়শই জিজ্ঞাসিত প্রশ্ন
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.