Listen
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
"X-Slng-Noise-Cancellation": "ai-coustics"
const url =
"wss://au.api.slng.ai/v1/stt/slng/deepgram/nova:3-en?language=en";
const socket = new WebSocket(url, {
headers: {
Authorization: `Bearer ${process.env.SLNG_TOKEN}`,
"X-Slng-Noise-Cancellation": "ai-coustics",
},
});
curl --request POST \
--url https://au.api.slng.ai/v1/stt/slng/deepgram/nova:3-en \
--header 'Authorization: Bearer <token>' \
--header 'X-Slng-Noise-Cancellation: ai-coustics'\
--header 'Content-Type: multipart/form-data' \
--form audio='@example-file' \
--form language=en