# Introduction

Welcome to the Gowajee.ai API documentation. [Gowajee.ai](https://gowajee.ai) is a startup specializing in speech-to-text (STT) and text-to-speech (TTS) technology for the Thai language. Our mission is to enable seamless and accurate voice interactions for Thai speakers across various applications and platforms.

This documentation will guide you through the process of integrating our API into your applications. With our API, you can easily convert spoken Thai into written text and you can also convert your text to generative voice to unlock new possibilities for accessibility, productivity, and user experience.

### Key Features

* **High Accuracy**: Optimized for the nuances of the Thai language.
* **Real-time Processing**: Fast and efficient conversion of speech to text.
* **Easy Integration**: Simple and intuitive API design for quick integration.

### Getting Started

To get started with the Gowajee API, you will need to sign up for an API key on [Gowajee Console](https://console.gowajee.ai). Once you have your API key, you can begin making requests to our endpoints as detailed in this documentation.

We are excited to see what you will build with the Gowajee APIs and are here to support you every step of the way.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://developers.gowajee.ai/introduction.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
