> ## 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.

# Sample Codes

<CardGroup cols={2}>
  <a href="https://github.com/reverieinc/python-sdk/tree/main/tts" target="_blank" rel="noopener noreferrer">
    <Card title="Python" icon="python">
      Access Python SDK samples for generating lifelike speech using Reverie’s TTS API. Ideal for server-side TTS processing and automation.
    </Card>
  </a>

  {" "}

  <a href="https://github.com/reverieinc/javascript-sdk/tree/main/tts" target="_blank" rel="noopener noreferrer">
    <Card title="JavaScript" icon="js">
      Explore JavaScript SDK examples to integrate real-time Text-to-Speech directly into web applications and browser-based experiences.
    </Card>
  </a>

  <a href="https://github.com/reverieinc/golang-sdk/tree/main/tts" target="_blank" rel="noopener noreferrer">
    <Card title="GoLang" icon="golang">
      Find GoLang SDK samples to implement fast and scalable TTS solutions for backend systems and APIs.
    </Card>
  </a>
</CardGroup>
