Skip to main content

ELEVENLABS_STT

Transcribe audio using ElevenLabs STT. Provides the transcribed text and optional JSON result.

At a glance

  • Category Service
  • Version: 1.0.12
  • Applications: all
  • Scope: all
  • Default Service: ELEVENLABS

Config Options

NameDescriptionDefaultRequiredResolvedConstraintsConditional Rules
apiKeyOverride API key from service configurationNonefalsefalseNoneNone
endpointOverride endpoint URL from service configurationNonefalsefalseNoneNone
model_idModel id to use for transcription - default: scribe_v1NonefalsefalseNoneNone
language_codeLanguage code for transcriptionNonefalsefalseNoneNone
tag_audio_eventsTag audio events optionNonefalsefalseNoneNone
num_speakersNumber of speakers to detectNonefalsefalseNoneNone
timestamps_granularityTimestamps granularityNonefalsefalseNoneNone
diarizeEnable diarizationNonefalsefalseNoneNone
additional_formatsAdditional output formatsNonefalsefalseNoneNone
file_formatInput file format (e.g. wav, mp3)NonefalsefalseNoneNone
cloud_storage_urlURL to fetch input from cloudNonefalsefalseNoneNone

Inputs

TypeDescriptionDefaultRequiredResolved
fileAudio file or blob to transcribeNonetruefalse

Outputs

TypeDescriptionOptional
textTranscribed textfalse
jsonFull transcription result (optional)true

Examples

Transcribe an audio file

- step: ELEVENLABS_STT
model_id: "scribe_v1-1"

See Also

General Resources: