SLNG. API

Proprietary

Endpoint:https://api.slng.ai

OpenAI Whisper

POST
https://api.slng.ai
/v1/stt/slng/openai-whisper

Transcribe audio using OpenAI Whisper model.

OpenAI WhisperHeaders

  • Authorizationstring · required

    The Authorization header is used to authenticate with the API using your API key. Value is of the format Bearer YOUR_KEY_HERE.

OpenAI WhisperRequest Body

  • audiostring · binary · required
  • languagestring
  • modelstring · enum
    Enum values:
    whisper-1

OpenAI WhisperResponses

Transcription result

  • textstring
  • languagestring

Deepgram Nova-2

POST
https://api.slng.ai
/v1/stt/deepgram/nova-2

Deepgram Nova-2 speech-to-text with superior accuracy

Deepgram Nova-2Headers

  • Authorizationstring · required

    The Authorization header is used to authenticate with the API using your API key. Value is of the format Bearer YOUR_KEY_HERE.

Deepgram Nova-2Request Body

  • audiostring · binary · required

    Audio file to transcribe

  • languagestring

    Language code

  • modelstring

    Model variant

Deepgram Nova-2Responses

Transcription response

  • textstring
  • languagestring
  • durationnumber

Cartesia Ink Whisper

POST
https://api.slng.ai
/v1/stt/cartesia/ink-whisper

Cartesia Ink Whisper streaming speech-to-text supporting 70+ languages with excellent accuracy on accents and domain-specific terminology

Cartesia Ink WhisperHeaders

  • Authorizationstring · required

    The Authorization header is used to authenticate with the API using your API key. Value is of the format Bearer YOUR_KEY_HERE.

Cartesia Ink WhisperRequest Body

  • audiostring · binary · required

    Audio file to transcribe

  • languagestring

    Language code

  • modelstring

    Model variant

Cartesia Ink WhisperResponses

Transcription response

  • textstring
  • languagestring
  • durationnumber