Whisper Large v3
curl --request POST \
--url https://api.slng.ai/v1/stt/slng/openai/whisper:large-v3 \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: multipart/form-data' \
--form audio='@example-file' \
--form language=en{
"text": "Hello, welcome to SLNG's speech-to-text API.",
"language": "en"
}Whisper Large v3
Whisper Large v3
Receive transcripts from Whisper Large v3
POST
/
v1
/
stt
/
slng
/
openai
/
whisper:large-v3
Whisper Large v3
curl --request POST \
--url https://api.slng.ai/v1/stt/slng/openai/whisper:large-v3 \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: multipart/form-data' \
--form audio='@example-file' \
--form language=en{
"text": "Hello, welcome to SLNG's speech-to-text API.",
"language": "en"
}Authorizations
API key issued by SLNG. Pass as Authorization: Bearer <token>.
Headers
Target world part override. Auto-selected if not provided.
Available options:
eu Body
multipart/form-dataapplication/json
Whisper transcription request. Provide either audio (multipart upload) or url (publicly accessible HTTPS URL).
Audio file (multipart) or base64-encoded audio (JSON). Formats: mp3, mp4, mpeg, mpga, m4a, wav, webm. Max 25MB.
Publicly accessible audio URL.
Example:
"https://docs.slng.ai/audio/hello.wav"
ISO-639-1 language code. Auto-detected if not specified.
Available options:
af, am, ar, as, az, ba, be, bg, bn, bo, br, bs, ca, cs, cy, da, de, el, en, es, et, eu, fa, fi, fo, fr, gl, gu, ha, haw, he, hi, hr, ht, hu, hy, id, is, it, ja, jw, ka, kk, km, kn, ko, la, lb, ln, lo, lt, lv, mg, mi, mk, ml, mn, mr, ms, mt, my, ne, nl, nn, no, oc, pa, pl, ps, pt, ro, ru, sa, sd, si, sk, sl, sn, so, sq, sr, su, sv, sw, ta, te, tg, th, tk, tl, tr, tt, uk, ur, uz, vi, yi, yo, zh, yue Example:
"en"
Was this page helpful?
⌘I