> ## Documentation Index
> Fetch the complete documentation index at: https://docs.reverieinc.com/llms.txt
> Use this file to discover all available pages before exploring further.

# GoLang SDK

> Use Reverie’s Language Solutions in your Go applications with our lightweight Go SDK. This section provides guidance on working with audio processing, retrieving transcription data, and embedding language intelligence into your Go services with clean, idiomatic Go code.

<CardGroup cols={2}>
  <a href="https://github.com/reverieinc/golang-sdk/tree/main/stt-batch" target="_blank" rel="noopener noreferrer">
    <Card title="Speech-to-Text (Batch)" icon="file-audio">
      Transcribe audio files in batches using the golang SDK. Check the
      repository for examples.
    </Card>
  </a>

  <a href="https://github.com/reverieinc/golang-sdk/tree/main/translation" target="_blank" rel="noopener noreferrer">
    <Card title="Translation" icon="language">
      Translate and transliterate content accurately for localization and user
      support. Visit the repository for implementation guides.
    </Card>
  </a>

  <a href="https://github.com/reverieinc/golang-sdk/tree/main/transliteration" target="_blank" rel="noopener noreferrer">
    <Card title="Transliteration" icon="keyboard">
      Seamlessly convert text between scripts for multilingual platforms and
      global reach. Visit the repository for implementation guides.
    </Card>
  </a>

  <a href="https://github.com/reverieinc/golang-sdk/tree/main/tts" target="_blank" rel="noopener noreferrer">
    <Card title="Text-to-Speech" icon="play">
      Convert written text into natural-sounding speech in multiple languages
      and voices. Visit the repository for implementation details
      and API usage.
    </Card>
  </a>
</CardGroup>
