1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
const axios = require('axios');
const api_key = "YOUR API-KEY";
const url = "https://api.segmind.com/v1/eleven-labs-transcript";
const data = {
"file": "https://segmind-sd-models.s3.amazonaws.com/display_images/sad_talker/sad_talker_audio_input.mp3",
"timestamps_granularity": "word",
"language_code": "en",
"num_speakers": 1,
"tag_audio_events": false,
"diarize": false
};
(async function() {
try {
const response = await axios.post(url, data, { headers: { 'x-api-key': api_key } });
console.log(response.data);
} catch (error) {
console.error('Error:', error.response.data);
}
})();
Input Audio URL
The granularity of the timestamps in the transcription. ‘word’ provides word-level timestamps and ‘character’ provides character-level timestamps per word.
Allowed values:
An ISO-639-1 or ISO-639-3 language_code corresponding to the language of the audio file. Can sometimes improve transcription performance if known beforehand. Defaults to null, in this case the language is predicted automatically.
The maximum amount of speakers talking in the uploaded file. Can help with predicting who speaks when. The maximum amount of speakers that can be predicted is 32. Defaults to null, in this case the amount of speakers is set to the maximum value the model supports.
min : 1,
max : 32
tag_audio_events.
diarize.
To keep track of your credit usage, you can inspect the response headers of each API call. The x-remaining-credits property will indicate the number of remaining credits in your account. Ensure you monitor this value to avoid any disruptions in your API usage.
ElevenLabs Transcript is the premier AI transcription for professionals needing flawless audio to text. With industry-leading accuracy, elevenLabs transcript is perfect for films, podcasts, meetings, and medical dictations. Experience unmatched precision and seamless integration with this advanced ASR (automatic speech recognition) technology.
Industry-Leading Accuracy - Achieve the lowest word error rate for perfectly accurate English transcription, outperforming Google Gemini and OpenAI Whisper in testing.
Smart Speaker Diarization - Intuitively distinguishes and labels every speaker in any conversation for clear, organized transcripts.
Precise Word-Level Timestamps - Capture the exact moment each word is spoken, enabling seamless subtitle syncing and interactive audio experiences.
Dynamic Audio Tagging - Enriches your English transcripts with the full context of your audio by tagging every sound event, from laughter to footsteps.
Global Language Support - Break language barriers with support for English and 98 other language
Media & Entertainment - Generate accurate subtitles and closed captions for films and videos with precise timestamps.
Business Meetings - Get clear, organized transcripts of meetings with speaker diarization, perfect for record-keeping and follow-up actions.
Medical Dictations - Transcribe medical dictations with industry-leading accuracy, ensuring precision in healthcare documentation.
Podcast Production - Transform audio content into text for show notes, scripts, and enhanced accessibility.