Initiate a transcription
(Deprecated) Prefer the more specific pre-recorded endpoint.
Initiate a pre-recorded transcription job. Use the returned id and the GET /v2/transcription/:id endpoint to obtain the results.
Authorizations
Your personal Gladia API key
Body
URL to a Gladia file or to an external audio or video file
[Alpha] Context to feed the transcription model with for possible better accuracy
[Alpha] Specific vocabulary list to feed the transcription model with
Detect the language from the given audio
Detect multiple languages in the given audio
Specify the configuration for code switching
Set the spoken language for the given audio (ISO 639 standard)
af
, sq
, am
, ar
, hy
, as
, az
, ba
, eu
, be
, bn
, bs
, br
, bg
, ca
, zh
, hr
, cs
, da
, nl
, en
, et
, fo
, fi
, fr
, gl
, ka
, de
, el
, gu
, ht
, ha
, haw
, he
, hi
, hu
, is
, id
, it
, ja
, jv
, kn
, kk
, km
, ko
, lo
, la
, lv
, ln
, lt
, lb
, mk
, mg
, ms
, ml
, mt
, mi
, mr
, mn
, mymr
, ne
, no
, nn
, oc
, ps
, fa
, pl
, pt
, pa
, ro
, ru
, sa
, sr
, sn
, sd
, si
, sk
, sl
, so
, es
, su
, sw
, sv
, tl
, tg
, ta
, tt
, te
, th
, bo
, tr
, tk
, uk
, ur
, uz
, vi
, cy
, yi
, yo
, jp
Callback URL we will do a POST
request to with the result of the transcription
Enable subtitles generation for this transcription
Configuration for subtitles generation if subtitles
is enabled
Enable speaker recognition (diarization) for this audio
Speaker recognition configuration, if diarization
is enabled
[Beta] Enable translation for this audio
[Beta] Translation configuration, if translation
is enabled
[Beta] Enable summarization for this audio
[Beta] Summarization configuration, if summarization
is enabled
[Alpha] Enable moderation for this audio
[Alpha] Enable named entity recognition for this audio
[Alpha] Enable chapterization for this audio
[Alpha] Enable names consistency for this audio
[Alpha] Enable custom spelling for this audio
[Alpha] Custom spelling configuration, if custom_spelling
is enabled
[Alpha] Enable structured data extraction for this audio
[Alpha] Structured data extraction configuration, if structured_data_extraction
is enabled
[Alpha] Enable sentiment analysis for this audio
[Alpha] Enable audio to llm processing for this audio
[Alpha] Audio to llm configuration, if audio_to_llm
is enabled
Custom metadata you can attach to this transcription
Enable sentences for this audio
[Alpha] Allows to change the output display_mode for this audio. The output will be reordered, creating new utterances when speakers overlapped
[Alpha] Use enhanced diarization for this audio
Response
Id of the job
Prebuilt URL with your transcription id
to fetch the result
Was this page helpful?